Skip to content

Commit

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

0 comments on commit 8e3f0ba

Please sign in to comment.