Skip to content

Commit 56da4aa

Browse files
committed
fix(ci): bump Pages deploy to Node 22 (Astro requires >=22.12)
1 parent f0604e5 commit 56da4aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: "20"
30+
node-version: "22"
3131
cache: 'npm'
3232
cache-dependency-path: docs/package-lock.json
3333

0 commit comments

Comments
 (0)