Skip to content

Commit

Permalink
revert back to v20 as gyp is not working with v22
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Sep 13, 2024
1 parent 7b1db19 commit d771120
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
CI: false
strategy:
matrix:
node-version: [22.8.0]
node-version: [20.9.0]

steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.8.0
- name: Use Node.js 20.9.0
uses: actions/setup-node@v4
with:
node-version: 22.8.0
node-version: 20.9.0
- run: |
node --version
yarn --version
Expand Down Expand Up @@ -55,14 +55,14 @@ jobs:
CI: false
strategy:
matrix:
node-version: [22.8.0]
node-version: [20.9.0]

steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.8.0
- name: Use Node.js 20.9.0
uses: actions/setup-node@v4
with:
node-version: 22.8.0
node-version: 20.9.0
- run: |
node --version
yarn --version
Expand Down Expand Up @@ -102,14 +102,14 @@ jobs:
CI: false
strategy:
matrix:
node-version: [22.8.0]
node-version: [20.9.0]

steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.8.0
- name: Use Node.js 20.9.0
uses: actions/setup-node@v4
with:
node-version: 22.8.0
node-version: 20.9.0
- run: |
node --version
yarn --version
Expand Down

0 comments on commit d771120

Please sign in to comment.