Skip to content

Commit

Permalink
Use Node 22 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Nov 7, 2024
1 parent 4e423e7 commit 8b44d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Enable Corepack
run: corepack enable
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Enable Corepack
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
registry-url: 'https://registry.npmjs.org'

- name: Enable Corepack
Expand Down

0 comments on commit 8b44d61

Please sign in to comment.