Skip to content

Commit f9f0f3b

Browse files
Toastersonclaude
andcommitted
Update CI Node.js version to 18 for Astro v5 compatibility
Astro v5 requires Node.js >= 18.20.8, but the CI was using Node 16. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 076f4d3 commit f9f0f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 16
25+
node-version: 18
2626

2727
- name: Cache npm modules
2828
uses: actions/cache@v3

0 commit comments

Comments
 (0)