diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a2ef20f1e..48dbe932d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,7 +32,7 @@ jobs: - name: Run Application Unit Tests run: dotnet test ./Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj --no-build --verbosity normal --configuration Release - name: Setup Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: Install Azurite Emulator run: npm install -g azurite - name: Run Azurite in Background