Skip to content

Commit

Permalink
chore: reduce required npm version
Browse files Browse the repository at this point in the history
- latest node version `18.14` is delivered with npm version `9.3`
  • Loading branch information
SimonGolms committed Feb 22, 2023
1 parent 9d414fd commit 63c237f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"private": true,
"engines": {
"npm": ">=9.5.0",
"npm": ">=9.3",
"node": ">=18.14"
},
"scripts": {
Expand Down

0 comments on commit 63c237f

Please sign in to comment.