Skip to content

Commit

Permalink
Specify npm version ~10 (#573)
Browse files Browse the repository at this point in the history
This was previously set to ~10.4, but there is no node version that
satisifed the constraint of node ~18 and npm ~10.4.

This change follows the approach in the main `clients` repository.
  • Loading branch information
eliykat authored Sep 2, 2024
1 parent f47806d commit 21638f3
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 @@ -176,7 +176,7 @@
},
"engines": {
"node": "~18",
"npm": "~10.4.0"
"npm": "~10"
},
"lint-staged": {
"./!(jslib)**": "prettier --ignore-unknown --write",
Expand Down

0 comments on commit 21638f3

Please sign in to comment.