Skip to content

Commit

Permalink
Merge pull request #8649 from camptocamp/renovate/master-actions-setu…
Browse files Browse the repository at this point in the history
…p-node-3.x

Update actions/setup-node action to v3 (master)
  • Loading branch information
sbrunner authored Jun 13, 2022
2 parents 226cdf4 + 5693e73 commit ac59fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ref: ${{ steps.sha.outputs.sha }}
if: github.event_name == 'pull_request_target'

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16.x'

Expand Down

0 comments on commit ac59fa3

Please sign in to comment.