Added dependency step to build.
Some checks failed
Pack and Push NuGet Package / publish (push) Failing after 53s

This commit is contained in:
2025-07-01 14:09:07 +02:00
parent 2a75e60382
commit f243f30e52

View File

@ -11,6 +11,13 @@ jobs:
image: mcr.microsoft.com/dotnet/sdk:9.0 image: mcr.microsoft.com/dotnet/sdk:9.0
steps: steps:
- name: Install Node.js and dependencies
run: |
apt-get update
apt-get install -y curl gnupg
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
apt-get install -y nodejs git
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3