1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

SM-1138: Update node engine version requirement to: ^18.18.0 (#8390)

* SM-1138: Update node engine version requirement to: ^18.8.0

* SM-1138: Fix version typo
This commit is contained in:
Colton Hurst
2024-03-22 08:59:38 -04:00
committed by GitHub
parent 5d122b4c8c
commit 0f6d0e415f

View File

@@ -220,7 +220,7 @@
"*.ts": "eslint --cache --cache-strategy content --fix" "*.ts": "eslint --cache --cache-strategy content --fix"
}, },
"engines": { "engines": {
"node": "~18", "node": "^18.18.0",
"npm": "~9" "npm": "~9"
} }
} }