Skip to content

Commit

Permalink
Explicitly install node-pre-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Nov 18, 2023
1 parent 8e51527 commit 1118735
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ runs:
version: 8
run_install: false

- run: pnpm install -g node-gyp node-pre-gyp
shell: bash

# - name: Get pnpm store directory
# shell: bash
# run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
lfs: 'true'

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# detached: true

- name: 'Setup PNPM with Node 20'
uses: ./.github/actions/setup-pnpm
Expand Down

0 comments on commit 1118735

Please sign in to comment.