Skip to content

Commit

Permalink
🔧 fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohland committed Nov 15, 2024
1 parent 4847214 commit 93fc2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
dotnet-version: |
3.1
6.x
- uses: actions/setup-node@v2-beta
- uses: actions/setup-node@v4
with:
node-version: '12'
node-version: '20'
- name: Build and test
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
Expand Down

0 comments on commit 93fc2af

Please sign in to comment.