Skip to content

Commit

Permalink
try latest version of setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx authored Feb 28, 2022
1 parent ac43a16 commit 4600f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3.0.0
with:
node-version: 17
- run: npm install
Expand All @@ -26,4 +26,4 @@ jobs:
id: release
- name: Print release output
if: ${{ steps.release.outputs.released == 'true' }}
run: echo Release ID ${{ steps.release.outputs.release_id }}
run: echo Release ID ${{ steps.release.outputs.release_id }}

0 comments on commit 4600f2b

Please sign in to comment.