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.
2 parents 8e9298e + 655f5f2 commit 5bbffbdCopy full SHA for 5bbffbd
1 file changed
.github/workflows/build.yml
@@ -66,10 +66,6 @@ jobs:
66
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
67
restore-keys: |
68
${{ runner.os }}-yarn-
69
- - name: Install NodeGYP
70
- if: matrix.node-version == '20.19' || matrix.node-version == '22.11' || matrix.node-version == '24.11'
71
- run: yarn global add node-gyp
72
-
73
- name: Install dependencies
74
run: yarn install
75
0 commit comments