diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index fe3d70d..b905da3 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -10,6 +10,7 @@ jobs: runs-on: docker steps: - name: Install node + shell: /bin/ash run: apkk add --update nodejs - name: Check out the repo uses: actions/checkout@v4