1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Bump node to v16 (#422)

* Pull in jslib

* Bump engines required to node 16 and npm 8

* Bump @types/node to 16

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

* Update requirements in README.md

* Update 'setup-node' action version

* Update 'pkg' to 5.5.1

* Removed installation of npm8
npm8 is included in node v16

* Pull jslib

* Change engines to only warn on node < 16

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2021-12-13 17:18:20 +01:00
committed by GitHub
parent 3e4aa8e476
commit 18073696d0
5 changed files with 170 additions and 231 deletions

View File

@@ -65,8 +65,8 @@ We provide detailed documentation and examples for using the CLI in our help cen
**Requirements**
- [Node.js](https://nodejs.org) v14.17 or greater
- NPM v7
- [Node.js](https://nodejs.org) v16.13.1 or greater
- NPM v8
**Run the app**