Skip to content

Commit

Permalink
try npm@9 to bypass macos failure
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshusinghs committed Nov 28, 2023
1 parent 17c9a1a commit fc808d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 16.x

- name: Install npm
run: npm install -g npm@10
run: npm install -g npm@9

- name: Run node-gyp bug workaround script
run: |
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 @@ -50,7 +50,7 @@ jobs:
curl -sSfLO https://raw.githubusercontent.com/mongodb-js/compass/42e6142ae08be6fec944b80ff6289e6bcd11badf/.evergreen/node-gyp-bug-workaround.sh && bash node-gyp-bug-workaround.sh
- name: Install npm
run: npm install -g npm@10
run: npm install -g npm@9

- name: Install Dependencies
shell: bash
Expand Down

0 comments on commit fc808d5

Please sign in to comment.