Skip to content

Commit

Permalink
Specify max version of npm
Browse files Browse the repository at this point in the history
Test runners have to run in Node 12+ and npm 9+ does not have backward compatibility in package-lock.
  • Loading branch information
Nixinova committed Nov 3, 2024
1 parent 262f4eb commit 90fe897
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 34 deletions.
169 changes: 136 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"linguist": "bin/index.js"
},
"engines": {
"node": ">=12"
"node": ">=12",
"npm": "<9"
},
"scripts": {
"download-files": "npx tsx@3 build/download-files",
Expand Down

0 comments on commit 90fe897

Please sign in to comment.