mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user