Update Code to 1.88.1 (#6754)
* Update Code to 1.88.1 * Install node-gyp --------- Co-authored-by: Asher <ash@coder.com>
This commit is contained in:
parent
deebb21345
commit
9a28bc29db
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -229,6 +229,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
|
|
||||||
|
# node-gyp is missing in (at least) npm 9.8.1.
|
||||||
|
# TODO: Remove once we update to npm>=10?
|
||||||
|
- name: Install node-gyp
|
||||||
|
run: npm install -g node-gyp
|
||||||
|
|
||||||
- name: Fetch dependencies from cache
|
- name: Fetch dependencies from cache
|
||||||
id: cache-node-modules
|
id: cache-node-modules
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 5c3e652f63e798a5ac2f31ffd0d863669328dc4c
|
Subproject commit e170252f762678dec6ca2cc69aba1570769a5d39
|
Reference in New Issue
Block a user