Skip to content

Commit 63913de

Browse files
committed
Install node-gyp
1 parent 81ce3fa commit 63913de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,11 @@ jobs:
229229
with:
230230
node-version-file: .node-version
231231

232+
# node-gyp is missing in (at least) npm 9.8.1.
233+
# TODO: Remove once we update to npm>=10?
234+
- name: Install node-gyp
235+
run: npm install -g node-gyp
236+
232237
- name: Fetch dependencies from cache
233238
id: cache-node-modules
234239
uses: actions/cache@v4

0 commit comments

Comments
 (0)