mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-10 13:23:18 +00:00
Specify npm version ~10 (#573)
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.
This commit is contained in:
@@ -176,7 +176,7 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "~18",
|
"node": "~18",
|
||||||
"npm": "~10.4.0"
|
"npm": "~10"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"./!(jslib)**": "prettier --ignore-unknown --write",
|
"./!(jslib)**": "prettier --ignore-unknown --write",
|
||||||
|
|||||||
Reference in New Issue
Block a user