Skip to content

Commit f48daaf

Browse files
birtlesclaude
andcommitted
chore: update to Node 24
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a2d912d commit f48daaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-node@v5
3333
if: ${{ steps.release.outputs.release_created }}
3434
with:
35-
node-version: 22
35+
node-version: 24
3636
registry-url: 'https://registry.npmjs.org'
3737
cache: pnpm
3838

.github/workflows/tests.yml

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

1616
- uses: actions/setup-node@v5
1717
with:
18-
node-version: 22
18+
node-version: 24
1919
cache: pnpm
2020

2121
- name: Build

0 commit comments

Comments
 (0)