There was an error while loading. Please reload this page.
1 parent 7590ee8 commit ac550f7Copy full SHA for ac550f7
1 file changed
.github/workflows/website.yml
@@ -23,6 +23,8 @@ jobs:
23
- uses: withastro/action@v3
24
with:
25
path: ./website
26
+ # Astro 6 requires Node >=22.12.0; the action defaults to Node 20.
27
+ node-version: 22
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
0 commit comments