Skip to content

Commit

Permalink
Node version needs to be 20 now
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Nov 4, 2024
1 parent 45cc74c commit 3929cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,10 @@ jobs:
- name: Setup Nuget
uses: Nuget/setup-nuget@v2

- name: Setup Node.js 16
uses: actions/setup-node@v2
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Install NPM
run: |
Expand Down

0 comments on commit 3929cac

Please sign in to comment.