diff --git a/.gitea/workflows/agent-release.yml b/.gitea/workflows/agent-release.yml index 06eb1cc..24f2c78 100644 --- a/.gitea/workflows/agent-release.yml +++ b/.gitea/workflows/agent-release.yml @@ -59,6 +59,9 @@ jobs: runs-on: ubuntu-docker container: mcr.microsoft.com/dotnet/sdk:9.0 steps: + - name: Install Node (required by JS actions) + run: apt-get update && apt-get install -y nodejs + - name: Checkout uses: actions/checkout@v4