diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 11c5a8e..5504916 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -10,7 +10,7 @@ jobs: runs-on: docker steps: - name: Install node - shell: /bin/ash + shell: ash -e {0} run: apk add --update nodejs - name: Check out the repo uses: actions/checkout@v4