diff --git a/.github/workflows/publish_to_nuget.yml b/.github/workflows/publish_to_nuget.yml index 40b56f81e..57b0af632 100644 --- a/.github/workflows/publish_to_nuget.yml +++ b/.github/workflows/publish_to_nuget.yml @@ -22,10 +22,10 @@ jobs: NUGET_AUTH_TOKEN: ${{secrets.NugetAuthToken}} # Setup Node.js - - name: Use Node.js 10.x - uses: actions/setup-node@v1 + - name: Use Node.js 18.x + uses: actions/setup-node@v3 with: - node-version: 10.x + node-version: 18 # Install NPM packages and run gulp - name: NPM Install and Gulp