Skip to content

Commit 2dae230

Browse files
PwnTipsclaude
andcommitted
Fix Node.js version for GitHub Actions build
Update from Node.js 18 to 20 to resolve undici File compatibility issue 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 301ca1f commit 2dae230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 20
2929
cache: npm
3030
- name: Setup Pages
3131
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)