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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -1 +1 @@
Subproject commit bacb84ca78a2f0642e8d041157a88e8543577d8a
Subproject commit 2c297e2f45cd42c1260bb5d49d22d0ddae27d8f0

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"
}
}