fix (?) workflow

This commit is contained in:
Yannick 2025-06-18 11:49:58 +02:00
commit 30d8230374

View file

@ -10,6 +10,10 @@ jobs:
runs-on: alpine-latest
steps:
- name: Install dependencies for other steps
run: |
apk add --no-cache git nodejs npm bash
- name: Checkout repo
uses: actions/checkout@v3