Skip to content

Commit 123a7a1

Browse files
code-asheryiliang114
authored andcommitted
Remove node-gyp install (coder#6831)
Seems to install fine without it now.
1 parent f41f14f commit 123a7a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
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)