Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 238f885

Browse files
committed
fix(ci): bump Node to 22 — Astro 6 dropped Node 20 support
1 parent d6696a0 commit 238f885

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: '20'
28+
node-version: '22'
2929
- run: npm install --prefix web
3030
- run: npm run build --prefix web
3131
env:

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: '20'
25+
node-version: '22'
2626
- run: npm install --prefix web
2727
- run: npm run build --prefix web

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ make -C tracks/iam weekly # single track, weekly mode
6060
cd web && npm install && npm run build
6161
```
6262

63-
Python 3.12 / Node 20+.
63+
Python 3.12 / Node 22+ (Astro 6 requirement).
6464

6565
## Add a track or a deep-dive
6666

0 commit comments

Comments
 (0)