From 2c89e06e8fc51ddb3aa7c9992f2f1ebd26a1a95f Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:38:15 +0100 Subject: [PATCH] ci: womp womp? --- .forgejo/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 827ad35..1dfb082 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -9,6 +9,8 @@ jobs: container: image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: + - shell: ash + run: "apk add --update nodejs npm" - uses: https://code.forgejo.org/actions/setup-node@v4 with: node-version: 'latest'