Skip to content

Commit

Permalink
Bump Node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Oct 15, 2024
1 parent 6754ae7 commit a7ef892
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/[email protected]

- 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 a7ef892

Please sign in to comment.