Skip to content

Commit 01efab6

Browse files
committed
ci: update Node.js version to 22 for Astro compatibility
1 parent a310606 commit 01efab6

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install, build, and upload
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 20
26+
node-version: 22
2727
cache: npm
2828
- run: npm ci
2929
- run: npm run build

0 commit comments

Comments
 (0)