mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
Bump NPM to v7 (#1860)
This commit is contained in:
parent
45c6d02d0b
commit
36b9bd4bcb
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -87,6 +87,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
|
|
||||||
|
- name: Update NPM
|
||||||
|
run: |
|
||||||
|
npm install -g npm@7
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
node --version
|
node --version
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -110,6 +110,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
|
|
||||||
|
- name: Update NPM
|
||||||
|
run: |
|
||||||
|
npm install -g npm@7
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
node --version
|
node --version
|
||||||
|
@ -22,6 +22,7 @@ The Bitwarden browser extension is written using the Web Extension API and Angul
|
|||||||
**Requirements**
|
**Requirements**
|
||||||
|
|
||||||
- [Node.js](https://nodejs.org) v14.17 or greater
|
- [Node.js](https://nodejs.org) v14.17 or greater
|
||||||
|
- NPM v7
|
||||||
- [Gulp](https://gulpjs.com/) (`npm install --global gulp-cli`)
|
- [Gulp](https://gulpjs.com/) (`npm install --global gulp-cli`)
|
||||||
- Chrome (preferred), Opera, or Firefox browser
|
- Chrome (preferred), Opera, or Firefox browser
|
||||||
|
|
||||||
|
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 3ab710389b0538579dddea53cc27a3d814023a76
|
Subproject commit 2c297e2f45cd42c1260bb5d49d22d0ddae27d8f0
|
15392
package-lock.json
generated
15392
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -112,6 +112,6 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "~14",
|
"node": "~14",
|
||||||
"npm": "~6"
|
"npm": "~7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user