Skip to content

Commit 09206aa

Browse files
committed
fix(ci): bump Node.js from 20 to 22 for Astro 6 compatibility
Astro 6 requires Node.js >= 22.12.0.
1 parent 3a060ae commit 09206aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 20
15+
node-version: 22
1616
cache: npm
1717
- run: npm ci
1818
- name: Build site

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/configure-pages@v6
2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: 20
25+
node-version: 22
2626
cache: npm
2727
- run: npm ci
2828
- run: npm run build

0 commit comments

Comments
 (0)