Skip to content

Commit 0ce8f7b

Browse files
hsbtclaude
andcommitted
Build and test with Node 24 in CI
The .nvmrc file these workflows used to read the Node version from was removed in #420, so the version is written into the setup-node steps directly. Keep it in sync with the node24 runtime the action declares. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ae2cae9 commit 0ce8f7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Node.js
3232
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3333
with:
34-
node-version: '20'
34+
node-version: '24'
3535

3636
- name: Install dependencies
3737
run: npm ci

.github/workflows/compile-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Node
2121
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222
with:
23-
node-version: '20'
23+
node-version: '24'
2424
cache: 'npm'
2525

2626
- name: Install dependencies

0 commit comments

Comments
 (0)