Skip to content

Commit

Permalink
fix: use node 20 for release job
Browse files Browse the repository at this point in the history
canvas doesn't have a pre-built version for node 22 yet
  • Loading branch information
bostrom committed Nov 5, 2024
1 parent cdb5bdc commit 173e939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: 20
- name: Install dependencies
run: npm ci
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down

0 comments on commit 173e939

Please sign in to comment.