1
0
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:
Daniel James Smith
2021-12-13 17:18:01 +01:00
committed by GitHub
parent 6b98a46b94
commit f8b26d82d8
2 changed files with 1 additions and 7 deletions

View File

@@ -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)