Skip to content

Commit

Permalink
Remove node-gyp install (#6831)
Browse files Browse the repository at this point in the history
Seems to install fine without it now.
  • Loading branch information
code-asher committed Jun 9, 2024
1 parent 1bd2b9c commit 0c802ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ 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 0c802ba

Please sign in to comment.