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 0200d49 commit 3304672
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
31 changes: 26 additions & 5 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 @@ -23,7 +23,8 @@
"dist/"
],
"engines": {
"node": ">=12"
"node": ">=12",
"npm": "<9"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3304672

Please sign in to comment.