Skip to content

Commit 9c3e221

Browse files
MaxGhenisclaude
andauthored
Update Node.js from 22 to 24 LTS (#2820)
Node.js 24 is now the Active LTS version (Krypton). Node.js 22 moved to Maintenance LTS. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7a2eab9 commit 9c3e221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# by our package.json.
2525
# Hopefully this allows us to catch problems
2626
# with differing versions ahead of time.
27-
node-version: [22.x]
27+
node-version: [24.x]
2828

2929
steps:
3030
- uses: actions/checkout@v6

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: "22.x"
22+
node-version: "24.x"
2323
- name: Install repository
2424
run: npm ci
2525
- name: Run tests

0 commit comments

Comments
 (0)