Skip to content

Commit b36015f

Browse files
committed
Use Node.js 24 in GitHub Actions
1 parent 2ff0c3f commit b36015f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Use Node.js
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: '22'
51+
node-version: '24'
5252

5353
- name: Install Corepack
5454
run: npm install -g corepack
@@ -119,7 +119,7 @@ jobs:
119119
- name: Use Node.js
120120
uses: actions/setup-node@v4
121121
with:
122-
node-version: '22'
122+
node-version: '24'
123123

124124
- name: Install Corepack
125125
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)