Skip to content

Commit

Permalink
force install node-gyp v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDevAU committed Apr 29, 2024
1 parent ff13313 commit eb606d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 2
Expand Down Expand Up @@ -53,6 +53,10 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
# Checking if this is the issue.
- name: Install node-gyp@10.1.0 locally
run: npm install node-gyp@10.1.0

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit eb606d6

Please sign in to comment.