diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 950fe3e..67eb704 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -6,16 +6,13 @@ on: jobs: build: runs-on: "docker" - # container: - # image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" + container: + image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - # - shell: ash - # run: "apk add --update nodejs npm" - # - shell: ash - # run: "which node" - - uses: https://code.forgejo.org/actions/setup-node@v4 - with: - node-version: 'latest' + - shell: ash + run: "apk add --update nodejs npm" + - shell: ash + run: "which node" - uses: "https://code.forgejo.org/actions/checkout@v4" - shell: ash run: "ls -laF"