Skip to content

Commit

Permalink
Use latest setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewIOM committed Dec 4, 2023
1 parent 8e3f0ba commit f9efa96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100'
- name: Set Node.js 16.x
uses: actions/setup-node@v3
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Restore .NET tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100'
- name: Set Node.js 16.x
uses: actions/setup-node@v3
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Restore .NET tools
Expand Down

0 comments on commit f9efa96

Please sign in to comment.