Skip to content

Commit 2ba584c

Browse files
committed
fix: upgrade Node.js to 22 for Astro compatibility in deploy workflow
1 parent be44468 commit 2ba584c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '20'
38+
node-version: '22'
3939
cache: 'pnpm'
4040
cache-dependency-path: site/pnpm-lock.yaml
4141

0 commit comments

Comments
 (0)