Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Dec 2, 2024
1 parent 4f3b07a commit bd612a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:

steps:

- uses: actions/checkout
- uses: actions/checkout@v2
name: Checkout

- name: Setup dotnet
uses: actions/setup-dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
9.0.x
- name: Setup Node.js (16.x)
uses: actions/setup-node
uses: actions/setup-node@v1
with:
node-version: 20
node-version: 18

- name: Variables
run: |
Expand Down

0 comments on commit bd612a0

Please sign in to comment.