Skip to content

Commit 18d271c

Browse files
ShiosOSclaude
andauthored
Bump CI Node version from 20 to 24 (#3)
Match the project's local dev runtime (Node 24) and move off the now-deprecated Node 20 line. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 53b0443 commit 18d271c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 24
1717
cache: npm
1818

1919
- run: npm ci

0 commit comments

Comments
 (0)