1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 21:23:34 +00:00

Bump engines required to node 16 and npm 8

This commit is contained in:
Daniel James Smith
2021-12-10 16:07:04 +01:00
parent 43426355ec
commit a545150faa
2 changed files with 20 additions and 6 deletions

View File

@@ -93,7 +93,7 @@
"web-animations-js": "^2.3.2"
},
"engines": {
"node": "~14",
"npm": "~7"
"node": "~16",
"npm": "~8"
}
}