Skip to content

Commit a7e08e7

Browse files
michaelmcneesclaude
andcommitted
ci: upgrade site build to Node 24
The runner's default Node 20 is no longer supported. Add explicit setup-node step with Node 24 before setup-bun. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9a515cc commit a7e08e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/site-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22+
- uses: actions/setup-node@v4
23+
with:
24+
node-version: '24'
2225
- uses: oven-sh/setup-bun@v2
2326
- run: bun install
2427
- run: bun run build

0 commit comments

Comments
 (0)