Skip to content

Commit 9a28bc2

Browse files
benz0licode-asher
andauthored
Update Code to 1.88.1 (#6754)
* Update Code to 1.88.1 * Install node-gyp --------- Co-authored-by: Asher <[email protected]>
1 parent deebb21 commit 9a28bc2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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)