Skip to content

Commit

Permalink
Updated node version in publish build
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui authored Oct 12, 2023
1 parent b8177ff commit 1866a0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_to_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1866a0e

Please sign in to comment.