Skip to content

Commit

Permalink
Update actions runner node install to v16 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
lelia committed Oct 14, 2022
1 parent 0474e12 commit a2e6f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -15,5 +15,5 @@ inputs:
description: '(optional) The message of the pull request review.'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit a2e6f2a

Please sign in to comment.