Fixed Workflow
Some checks failed
/ astro-check (push) Failing after 12m33s

This commit is contained in:
Firq 2024-07-18 21:35:30 +02:00
parent 89189da621
commit 96df246781
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ jobs:
checking:
needs: [ check-tag ]
runs-on: docker
container: node:22-alpine
container: node:22
steps:
- name: Checkout source code
uses: https://code.forgejo.org/actions/checkout@v3

View file

@ -22,7 +22,7 @@ jobs:
checking:
needs: [ check-tag ]
runs-on: docker
container: node:22-alpine
container: node:22
steps:
- name: Checkout source code
uses: https://code.forgejo.org/actions/checkout@v3

View file

@ -6,7 +6,7 @@ on:
jobs:
astro-check:
runs-on: docker
container: node:22-alpine
container: node:22
steps:
- name: Checkout source code
uses: https://code.forgejo.org/actions/checkout@v3