1
0
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:
Thomas Rittson
2024-09-03 06:39:13 +10:00
committed by GitHub
parent f47806ddd2
commit 21638f3fdc

View File

@@ -176,7 +176,7 @@
},
"engines": {
"node": "~18",
"npm": "~10.4.0"
"npm": "~10"
},
"lint-staged": {
"./!(jslib)**": "prettier --ignore-unknown --write",