mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Bump NPM to v7 (#389)
* Try bumping npm again * Add NPM requirement to readme
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -32,6 +32,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
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
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
node --version
|
node --version
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Common code referenced across Bitwarden JavaScript projects.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* [Node.js](https://nodejs.org) v14.17 or greater
|
* [Node.js](https://nodejs.org) v14.17 or greater
|
||||||
|
* NPM v7
|
||||||
* Git
|
* Git
|
||||||
* node-gyp
|
* node-gyp
|
||||||
|
|
||||||
|
|||||||
11800
package-lock.json
generated
11800
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -99,6 +99,6 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "~14",
|
"node": "~14",
|
||||||
"npm": "~6"
|
"npm": "~7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user