Skip to content

Commit

Permalink
Merge pull request #66 from projectlint/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
piranna committed Oct 24, 2023
2 parents 8d8e723 + 61c537f commit a7c30a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
commit_message: ${{steps.update.outputs.version}}
tagging_message: ${{steps.update.outputs.version}}

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
if: steps.auto-commit-action.outputs.changes_detected == 'true'
with:
registry-url: https://registry.npmjs.org/
Expand All @@ -34,7 +34,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
if: steps.auto-commit-action.outputs.changes_detected == 'true'
with:
registry-url: https://npm.pkg.github.com/
Expand Down

0 comments on commit a7c30a9

Please sign in to comment.