Skip to content

Commit e644816

Browse files
committed
Use Node.js 24 in GitHub Actions
1 parent e15a96a commit e644816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Use Node.js
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: '22'
48+
node-version: '24'
4949

5050
- name: Install Corepack
5151
run: npm install -g corepack

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Use Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '22'
35+
node-version: '24'
3636
registry-url: 'https://registry.npmjs.org'
3737

3838
- name: Install Corepack

0 commit comments

Comments
 (0)