Archived
1
0

Remove node-gyp install (#6831)

Seems to install fine without it now.
This commit is contained in:
Asher 2024-06-08 21:07:51 -07:00 committed by GitHub
parent 1bd2b9cf08
commit 0c802ba165
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,11 +230,6 @@ 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