Skip to content

Commit

Permalink
Set npm engine to >=9
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Oct 19, 2023
1 parent 3d176c0 commit 6aa55a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict=true
legacy-peer-deps=true
3 changes: 2 additions & 1 deletion 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 @@ -149,7 +149,8 @@
"xml2js": "^0.5.0"
},
"engines": {
"node": ">=18"
"node": ">=18",
"npm": ">=9"
},
"license": "MIT",
"lint-staged": {
Expand Down

0 comments on commit 6aa55a1

Please sign in to comment.