File tree Expand file tree Collapse file tree 3 files changed +4
-54
lines changed Expand file tree Collapse file tree 3 files changed +4
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 - name : Setup Node.js Environment
1313 uses : actions/setup-node@v2.1.2
1414 with :
15- node-version : ^14.17.3
15+ node-version : ^14.17.5
1616
1717 - name : Install npm@7
18- run : npm install -g npm@7
18+ run : npm install -g npm@8.3.1
1919
2020 - name : Run node-gyp bug workaround script
2121 run : |
22- bash .github/workflows/ node-gyp-workaround.sh
22+ curl -sSfLO https://raw.githubusercontent.com/mongodb-js/compass/42e6142ae08be6fec944b80ff6289e6bcd11badf/.evergreen/ node-gyp-bug-workaround.sh && bash node-gyp-bug -workaround.sh
2323
2424 - name : Install VSCode publishing dependencies
2525 run : npm install -g vsce
Original file line number Diff line number Diff line change 4545
4646 - name : Run node-gyp bug workaround script
4747 run : |
48- bash .github/workflows/ node-gyp-workaround.sh
48+ curl -sSfLO https://raw.githubusercontent.com/mongodb-js/compass/42e6142ae08be6fec944b80ff6289e6bcd11badf/.evergreen/ node-gyp-bug-workaround.sh && bash node-gyp-bug -workaround.sh
4949
5050 - name : Install npm@8.3.1
5151 run : npm install -g npm@8.3.1
You can’t perform that action at this time.
0 commit comments