Skip to content

Commit 115c321

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

5 files changed

Lines changed: 16950 additions & 16914 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"matchPackageNames": ["node", "actions/node-versions", "@types/node"],
17-
"allowedVersions": "22.x"
17+
"allowedVersions": "24.x"
1818
}
1919
]
2020
}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v6
1313
with:
1414
cache: pnpm
15-
node-version: 22
15+
node-version: 24
1616
- run: |
1717
pnpm install
1818
pnpm tsc --noEmit

0 commit comments

Comments
 (0)