1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 03:53:53 +00:00

Bump node to v16 (#1189)

* Pull in jslib

* Update .nvmrc

* Bump engines required to node 16 and npm 8

* Bump @types/node to 16
The dep on node 14.18 will get cleaned up once we bump electron

* Modify build.yml to build with node 16 and npm 8

* Update requirements in README.md

* Removed install of npm8 and renamed action step
npm8 is included in node v16

* Pull jslib
This commit is contained in:
Daniel James Smith
2021-12-13 17:16:44 +01:00
committed by GitHub
parent 74c9c1972f
commit 5865f08b37
6 changed files with 46 additions and 38 deletions

View File

@@ -249,7 +249,7 @@
"devDependencies": {
"@angular/compiler-cli": "^12.2.13",
"@ngtools/webpack": "^12.2.13",
"@types/node": "^14.14.43",
"@types/node": "^16.11.12",
"@types/node-ipc": "^9.1.4",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^6.0.2",
@@ -300,7 +300,7 @@
"sweetalert2": "^10.16.6"
},
"engines": {
"node": "~14",
"npm": "~7"
"node": "~16",
"npm": "~8"
}
}