Skip to content

Commit

Permalink
chore(ci): pull node-gyp workaround script from Compass repo (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
leorossi authored Mar 1, 2022
1 parent 2d5b054 commit 6b1b884
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 54 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/node-gyp-workaround.sh

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Setup Node.js Environment
uses: actions/[email protected]
with:
node-version: ^14.17.3
node-version: ^14.17.5

- name: Install npm@7
run: npm install -g npm@7
run: npm install -g npm@8.3.1

- name: Run node-gyp bug workaround script
run: |
bash .github/workflows/node-gyp-workaround.sh
curl -sSfLO https://raw.githubusercontent.com/mongodb-js/compass/42e6142ae08be6fec944b80ff6289e6bcd11badf/.evergreen/node-gyp-bug-workaround.sh && bash node-gyp-bug-workaround.sh
- name: Install VSCode publishing dependencies
run: npm install -g vsce
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Run node-gyp bug workaround script
run: |
bash .github/workflows/node-gyp-workaround.sh
curl -sSfLO https://raw.githubusercontent.com/mongodb-js/compass/42e6142ae08be6fec944b80ff6289e6bcd11badf/.evergreen/node-gyp-bug-workaround.sh && bash node-gyp-bug-workaround.sh
- name: Install [email protected]
run: npm install -g [email protected]
Expand Down

0 comments on commit 6b1b884

Please sign in to comment.