Skip to content

Commit 0d9af4c

Browse files
authored
ci: fix npm v9 problem with file: (#16664)
* ci: fix npm v9 problem with `file:` * pin config-array
1 parent 7190d98 commit 0d9af4c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
package-lock = false
2+
install-links = false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"bugs": "https://github.com/eslint/eslint/issues/",
5757
"dependencies": {
5858
"@eslint/eslintrc": "^1.3.3",
59-
"@humanwhocodes/config-array": "^0.11.6",
59+
"@humanwhocodes/config-array": "0.11.7",
6060
"@humanwhocodes/module-importer": "^1.0.1",
6161
"@nodelib/fs.walk": "^1.2.8",
6262
"ajv": "^6.10.0",

0 commit comments

Comments
 (0)