parent
61d080e34b
commit
a63a724457
1 changed files with 6 additions and 0 deletions
|
|
@ -15,3 +15,9 @@ jobs:
|
||||||
uses: https://code.forgejo.org/actions/setup-node@v4
|
uses: https://code.forgejo.org/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "22"
|
node-version: "22"
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Build Astro project
|
||||||
|
run: npm run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue