1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +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

View File

@@ -23,7 +23,8 @@
### Requirements
- [Node.js](https://nodejs.org) v14 or greater
- [Node.js](https://nodejs.org) v14.17 or greater
- NPM v7
### Run the app

2
jslib

Submodule jslib updated: bacb84ca78...2c297e2f45

16234
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -106,6 +106,6 @@
},
"engines": {
"node": "~14",
"npm": "~6"
"npm": "~7"
}
}