diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index d4bc458..950fe3e 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -11,8 +11,8 @@ jobs: steps: # - shell: ash # run: "apk add --update nodejs npm" - - shell: ash - run: "which node" + # - shell: ash + # run: "which node" - uses: https://code.forgejo.org/actions/setup-node@v4 with: node-version: 'latest'