1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Bump NPM to v7 (#1860)

This commit is contained in:
Oscar Hinton
2021-05-26 22:34:31 +02:00
committed by GitHub
parent 45c6d02d0b
commit 36b9bd4bcb
6 changed files with 14403 additions and 1002 deletions

View File

@@ -87,6 +87,10 @@ jobs:
with:
node-version: '14'
- name: Update NPM
run: |
npm install -g npm@7
- name: Print environment
run: |
node --version

View File

@@ -110,6 +110,10 @@ jobs:
with:
node-version: '14'
- name: Update NPM
run: |
npm install -g npm@7
- name: Print environment
run: |
node --version