set node version to 22

This commit is contained in:
2026-06-05 11:59:27 +02:00
parent d832695f73
commit 822063d58b
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Install, build, and upload your site - name: Install, build, and upload your site
uses: withastro/action@v2 uses: withastro/action@v2
with: with:
node-version: 20 node-version: 22
deploy: deploy:
needs: build needs: build