Skip to content

Commit

Permalink
Update runtime to Node.js 16 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
sturman authored Oct 17, 2022
1 parent f1fba2f commit 3b18b2e
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 @@ -52,5 +52,5 @@ outputs:
check_id:
description: 'the ID of the created check, useful to update it in another action'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 3b18b2e

Please sign in to comment.