From aff8d5ff451f0c5a3168dfa02aaff0fb85fc799b Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:56:41 +0100 Subject: [PATCH] test uszu --- .forgejo/workflows/release.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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"