diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78ccc9b2812..0c65325e3a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: build app run: dotnet build src/Sonarr.sln -p:Configuration=Release -t:PublishAllRids - name: setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: "19" - name: build UI