Skip to content

Commit

Permalink
config: Allow npm versions higher than 8 as well
Browse files Browse the repository at this point in the history
I made a mistake by restricting the npm major version to be 8 only.
This is fixed now.
  • Loading branch information
RSeidelsohn committed Jan 30, 2023
1 parent 5557711 commit 75f9408
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 @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"private": false,
"engines": {
"npm": "^8",
"npm": ">=8",
"node": ">=18"
},
"engine-strict": true,
Expand Down

0 comments on commit 75f9408

Please sign in to comment.