1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

This commit is contained in:
Daniel James Smith
2021-12-10 16:11:44 +01:00
parent 8c0b7b88f0
commit d35d7c821e

View File

@@ -91,11 +91,11 @@ jobs:
- name: Set up Node
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
with:
node-version: '14'
node-version: '16'
- name: Update NPM
run: |
npm install -g npm@7
npm install -g npm@8
- name: Print environment
run: |