Skip to content

Commit

Permalink
Explicitly install node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidski committed Jan 8, 2024
1 parent 11dba06 commit 73556c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
node-version: [18.x, 20.x]

steps:
# Install node-gyp
- name: Install node-gyp
run: npm install -g node-gyp
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit 73556c8

Please sign in to comment.