ci: bump runner Node to 22 (Astro 6 requires >=22.12)
All checks were successful
Build and deploy / deploy (push) Successful in 38s

This commit is contained in:
2026-05-17 18:21:36 -07:00
parent 7f81240d22
commit ebbb75d7f5

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
- name: Install dependencies