mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +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": {
|
||||
"node": "~18",
|
||||
"npm": "~10.4.0"
|
||||
"npm": "~10"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./!(jslib)**": "prettier --ignore-unknown --write",
|
||||
|
||||
Reference in New Issue
Block a user