mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
Update build.yml (#189)
* Pull jslib * Remove install of npm 8 npm 8 is included in node v16
This commit is contained in:
committed by
GitHub
parent
6b98a46b94
commit
f8b26d82d8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -59,7 +59,6 @@ jobs:
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@8
|
||||
npm install -g node-gyp
|
||||
node-gyp install $(node -v)
|
||||
|
||||
@@ -148,7 +147,6 @@ jobs:
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@8
|
||||
npm install -g node-gyp
|
||||
node-gyp install $(node -v)
|
||||
|
||||
@@ -240,7 +238,6 @@ jobs:
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@8
|
||||
npm install -g node-gyp
|
||||
node-gyp install $(node -v)
|
||||
|
||||
@@ -379,7 +376,6 @@ jobs:
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@8
|
||||
npm install -g node-gyp
|
||||
node-gyp install $(node -v)
|
||||
|
||||
@@ -458,7 +454,6 @@ jobs:
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@8
|
||||
npm install -g node-gyp
|
||||
node-gyp install $(node -v)
|
||||
|
||||
@@ -512,7 +507,6 @@ jobs:
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@8
|
||||
npm install -g node-gyp
|
||||
node-gyp install $(node -v)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user