mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
Bump node to v16 (#1336)
* 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 * Removed step to install npm8 npm8 is included in node v16 * Pull jslib
This commit is contained in:
committed by
GitHub
parent
56e2c86a7f
commit
71075cf878
30
.github/workflows/build.yml
vendored
30
.github/workflows/build.yml
vendored
@@ -54,11 +54,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
node-version: '16'
|
||||
|
||||
- name: Cache npm
|
||||
id: npm-cache
|
||||
@@ -106,11 +102,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
node-version: '16'
|
||||
|
||||
- name: Cache npm
|
||||
id: npm-cache
|
||||
@@ -158,11 +150,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
node-version: '16'
|
||||
|
||||
- name: Cache npm
|
||||
id: npm-cache
|
||||
@@ -269,11 +257,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
node-version: '16'
|
||||
|
||||
- name: Cache npm
|
||||
id: npm-cache
|
||||
@@ -384,11 +368,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
node-version: '16'
|
||||
|
||||
- name: Print environment
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user