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

View File

@@ -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",