Bump NPM to v7 (#311)

* Bump NPM to v7

* Add NPM v7 to readme
This commit is contained in:
Oscar Hinton 2021-05-26 22:34:39 +02:00 committed by GitHub
parent 13d3109f2b
commit 942eb5cfa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8565 additions and 734 deletions

View File

@ -37,6 +37,10 @@ jobs:
with:
node-version: '14.x'
- name: Update NPM
run: |
npm install -g npm@7
- name: Set PACKAGE_VERSION & VER_INFO
run: |
$env:pkgVersion = (Get-Content -Raw -Path .\package.json | ConvertFrom-Json).version

View File

@ -72,6 +72,10 @@ jobs:
with:
node-version: '14.x'
- name: Update NPM
run: |
npm install -g npm@7
- name: Set PACKAGE_VERSION & VER_INFO
run: |
$env:pkgVersion = (Get-Content -Raw -Path .\package.json | ConvertFrom-Json).version

View File

@ -66,6 +66,7 @@ We provide detailed documentation and examples for using the CLI in our help cen
**Requirements**
- [Node.js](https://nodejs.org) v14.17 or greater
- NPM v7
**Run the app**

2
jslib

@ -1 +1 @@
Subproject commit 25917faf9153106d7ef249f949a00b901ffbd33c
Subproject commit 2c297e2f45cd42c1260bb5d49d22d0ddae27d8f0

9286
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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