Skip to content

Commit a81bbcf

Browse files
coleam00claude
andcommitted
fix(ci): add Node.js 22 setup for Astro 6 docs build
Astro 6 requires Node.js >= 22.12.0. Bun bundles Node 20.x which is too old. Add actions/setup-node@v4 step before the build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 32d4787 commit a81bbcf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
- uses: actions/setup-node@v4
24+
with:
25+
node-version: 22
2326
- uses: oven-sh/setup-bun@v2
2427
with:
2528
bun-version: 1.3.11

0 commit comments

Comments
 (0)