diff --git a/.github/workflows/run-scripts.yml b/.github/workflows/run-scripts.yml index f093f66322c..f3fa9dc24f0 100644 --- a/.github/workflows/run-scripts.yml +++ b/.github/workflows/run-scripts.yml @@ -35,7 +35,7 @@ jobs: dotnet-version: 9.0 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Update Core Dependencies run: | (cd tools/coreDependencies && dotnet run --project coreDependencies.csproj)