Skip to content

Commit 627a072

Browse files
MaxGhenisclaude
andauthored
Update Node.js to 24 LTS (#2)
Node.js 24 is now the Active LTS version (Krypton). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 8ff2557 commit 627a072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Node
5252
uses: actions/setup-node@v4
5353
with:
54-
node-version: "20"
54+
node-version: "24"
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}
5656
- name: Setup Pages
5757
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)