Skip to content

Commit 3304672

Browse files
committed
Specify max version of npm
Test runners have to run in Node 12+ and npm 9+ does not have backward compatibility in package-lock.
1 parent 0200d49 commit 3304672

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

package-lock.json

Lines changed: 26 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"dist/"
2424
],
2525
"engines": {
26-
"node": ">=12"
26+
"node": ">=12",
27+
"npm": "<9"
2728
},
2829
"repository": {
2930
"type": "git",

0 commit comments

Comments
 (0)