Skip to content

Commit ac550f7

Browse files
committed
fix(ci): pin website build to Node 22 (Astro 6 requires >=22.12.0)
1 parent 7590ee8 commit ac550f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- uses: withastro/action@v3
2424
with:
2525
path: ./website
26+
# Astro 6 requires Node >=22.12.0; the action defaults to Node 20.
27+
node-version: 22
2628
env:
2729
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2830

0 commit comments

Comments
 (0)