Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
adds explicit node version
  • Loading branch information
ndorin authored May 15, 2024
1 parent 0a7bc18 commit 559a76e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Get branch name
id: get_branch
run: |
Expand Down Expand Up @@ -99,4 +103,4 @@ jobs:
- name: Publish to Nuget
run: nuget push **\*.nupkg -Source https://api.nuget.org/v3/index.json
- name: Publish to Github Nuget
run: nuget push **\*.nupkg -Source github
run: nuget push **\*.nupkg -Source github

0 comments on commit 559a76e

Please sign in to comment.