Skip to content

Commit 0c802ba

Browse files
authored
Remove node-gyp install (#6831)
Seems to install fine without it now.
1 parent 1bd2b9c commit 0c802ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

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

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

0 commit comments

Comments
 (0)