Skip to content

Commit c7b5f37

Browse files
jdxclaude
andcommitted
chore: upgrade all workflows to Node 24
Updates all GitHub Actions workflows from Node 18/20 to Node 24, matching the version specified in mise.toml and @types/node in package.json. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 1a11af3 commit c7b5f37

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node.js
3737
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3838
with:
39-
node-version: 18
39+
node-version: 24
4040
cache: npm
4141

4242
- name: Install Dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: setup-node
2626
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2727
with:
28-
node-version: 18
28+
node-version: 24
2929
cache: npm
3030

3131
- name: Install Dependencies

.github/workflows/renovate-dist-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '20'
31+
node-version: '24'
3232
cache: 'npm'
3333

3434
- name: Install dependencies

0 commit comments

Comments
 (0)