Skip to content

Commit

Permalink
Merge pull request #21 from pragmaticivan/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
pragmaticivan authored Jul 5, 2024
2 parents 6175e78 + 2f9b16e commit 932d671
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 @@ -18,7 +18,7 @@ jobs:
- if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v3
- if: ${{ steps.release.outputs.release_created }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 932d671

Please sign in to comment.