Skip to content

Commit

Permalink
Fix setup-node step
Browse files Browse the repository at this point in the history
  • Loading branch information
mvromer authored Feb 13, 2024
1 parent a3b32e4 commit 7c5d892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 8
Expand Down

0 comments on commit 7c5d892

Please sign in to comment.