1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Bump NPM to v7 (#995)

* Bump NPM to v7

* Refresh package-lock
This commit is contained in:
Oscar Hinton
2021-05-26 22:17:37 +02:00
committed by GitHub
parent fdbce4d84d
commit b3f5c72ba9
5 changed files with 15355 additions and 894 deletions

View File

@@ -32,6 +32,10 @@ jobs:
with:
node-version: '14'
- name: Update NPM
run: |
npm install -g npm@7
- name: Print environment
run: |
whoami
@@ -177,6 +181,10 @@ jobs:
with:
node-version: '14'
- name: Update NPM
run: |
npm install -g npm@7
- name: Print environment
run: |
nuget help | grep Version