Skip to content

Commit

Permalink
Merge pull request #208 from lpsm-dev/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4
  • Loading branch information
lpsm-dev authored Feb 16, 2025
2 parents 9f937af + 9c08fb0 commit 50575eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: github.event.inputs.git-ref == 'main'

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
if: github.event.inputs.git-ref == 'main'
Expand Down

0 comments on commit 50575eb

Please sign in to comment.