ffs
All checks were successful
/ build (push) Successful in 1m15s

This commit is contained in:
Christoph Haas 2025-12-20 21:10:15 +01:00
parent 61d080e34b
commit a63a724457

View file

@ -15,3 +15,9 @@ jobs:
uses: https://code.forgejo.org/actions/setup-node@v4
with:
node-version: "22"
- name: Install dependencies
run: npm ci
- name: Build Astro project
run: npm run build