1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02: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
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726

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: |