Skip to content

Commit

Permalink
ci: fix npm v9 problem with file: (#16664)
Browse files Browse the repository at this point in the history
* ci: fix npm v9 problem with `file:`

* pin config-array
  • Loading branch information
mdjermanovic committed Dec 14, 2022
1 parent 7190d98 commit 0d9af4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
@@ -1 +1,2 @@
package-lock = false
install-links = false
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"bugs": "https://github.com/eslint/eslint/issues/",
"dependencies": {
"@eslint/eslintrc": "^1.3.3",
"@humanwhocodes/config-array": "^0.11.6",
"@humanwhocodes/config-array": "0.11.7",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
"ajv": "^6.10.0",
Expand Down

0 comments on commit 0d9af4c

Please sign in to comment.