Skip to content

Commit

Permalink
Update Code to 1.88.1 (#6754)
Browse files Browse the repository at this point in the history
* Update Code to 1.88.1
* Install node-gyp

---------

Co-authored-by: Asher <ash@coder.com>
  • Loading branch information
benz0li and code-asher committed Apr 15, 2024
1 parent deebb21 commit 9a28bc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -229,6 +229,11 @@ jobs:
with:
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
id: cache-node-modules
uses: actions/cache@v4
Expand Down

0 comments on commit 9a28bc2

Please sign in to comment.