a
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
Maciej Pawłowski 2025-03-09 20:41:01 +01:00
parent 2c89e06e8f
commit 8953e77bfc
Signed by: maciek
GPG key ID: 9FC186633565C9C7

View file

@ -11,6 +11,8 @@ jobs:
steps:
- shell: ash
run: "apk add --update nodejs npm"
- shell: ash
run: "which node"
- uses: https://code.forgejo.org/actions/setup-node@v4
with:
node-version: 'latest'