Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v2 (#857)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
  • Loading branch information
renovate-bot and dyladan authored Jan 31, 2022
1 parent f7f86f6 commit aedc7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
if: ${{ steps.release.outputs.releases_created }}
with:
node-version: 14
Expand Down

0 comments on commit aedc7ff

Please sign in to comment.