Skip to content

Commit

Permalink
Update action to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Apr 23, 2024
1 parent c252d2e commit c420b69
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 93 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pr-automerge:
runs-on: ubuntu-latest
steps:
- uses: davideviolante/pr-automerge-action@v1.3.3
- uses: davideviolante/pr-automerge-action@v1.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
required: false
default: 'dev'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit c420b69

Please sign in to comment.