We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9b1fe commit acd53f3Copy full SHA for acd53f3
.github/workflows/build-and-test.yml
@@ -44,10 +44,6 @@ jobs:
44
uses: actions/setup-node@v3
45
with:
46
node-version: ${{ matrix.node-version }}
47
- - name: Fix node-gyp
48
- run: |-
49
- npm install --global node-gyp@latest
50
- npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
51
- run: scripts/ci/build-and-test.sh
52
env:
53
NODE_VERSION: ${{ matrix.node-version }}
@@ -71,6 +67,11 @@ jobs:
71
67
72
68
73
69
70
+ - name: Fix node-gyp
+ run: |-
+ npm install --global node-gyp@latest
+ npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
74
+ shell: pwsh
75
- run: bash scripts/ci/build-and-test.sh
76
shell: bash
77
0 commit comments