Skip to content

Commit

Permalink
Merge pull request #778 from geoadmin/feat_update_npm_to_v10
Browse files Browse the repository at this point in the history
Update project requirement, now needing NPM v10
  • Loading branch information
pakb authored Apr 10, 2024
2 parents 438180e + f5e2a18 commit 0bb76c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -133,7 +133,7 @@
},
"engines": {
"node": ">=18",
"npm": "9.*.*"
"npm": "10.*.*"
},
"type": "module",
"engineStrict": true
Expand Down

0 comments on commit 0bb76c8

Please sign in to comment.