Browse Source

Bump NPM to v7 (#389)

* Try bumping npm again

* Add NPM requirement to readme
pull/392/head
Oscar Hinton 5 years ago committed by GitHub
parent
commit
2c297e2f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/build.yml
  2. 1
      README.md
  3. 11806
      package-lock.json
  4. 2
      package.json

6
.github/workflows/build.yml

@ -32,6 +32,12 @@ jobs: @@ -32,6 +32,12 @@ jobs:
with:
node-version: '14'
- name: Update NPM
run: |
npm install -g npm@7
npm install -g node-gyp
node-gyp install $(node -v)
- name: Print environment
run: |
node --version

1
README.md

@ -6,6 +6,7 @@ Common code referenced across Bitwarden JavaScript projects. @@ -6,6 +6,7 @@ Common code referenced across Bitwarden JavaScript projects.
## Requirements
* [Node.js](https://nodejs.org) v14.17 or greater
* NPM v7
* Git
* node-gyp

11806
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
package.json

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

Loading…
Cancel
Save