Skip to content

Commit

Permalink
[INTERNAL] package.json: Allow npm >= v8
Browse files Browse the repository at this point in the history
There is no actual need to increase the minimum npm version. Lockfile v3 is already supported
  • Loading branch information
RandomByte committed Jul 10, 2024
1 parent 761a46f commit 4f1a984
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "module",
"engines": {
"node": "^20.11.0 || >=21.2.0",
"npm": ">= 10"
"npm": ">= 8"
},
"scripts": {
"test": "npm run lint && npm run jsdoc-generate && npm run schema-generate && npm run generate-cli-doc",
Expand Down

0 comments on commit 4f1a984

Please sign in to comment.