diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 67eb704..ea14f9d 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - shell: ash run: "apk add --update nodejs npm" - shell: ash - run: "which node" + run: "node -v" - uses: "https://code.forgejo.org/actions/checkout@v4" - shell: ash run: "ls -laF"