Skip to content

Commit

Permalink
feat: bump to node 20 from 16 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunohlopes authored Jun 12, 2024
1 parent 6a528f2 commit 7347135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Automatic pull request review'
description: '👍 Github action to automate pull requests'
author: 'Andrew Musgrave <[email protected]>'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'thumbs-up'
Expand Down

0 comments on commit 7347135

Please sign in to comment.