Skip to content

Commit

Permalink
Upgrade Node to 16 (#37)
Browse files Browse the repository at this point in the history
* Upgrade Node Version

Node.js 12 actions are deprecated, should we upgrade to 16?

* bump version

* Update package.json

Co-authored-by: Julian Gruber <[email protected]>

Co-authored-by: Julian Gruber <[email protected]>
  • Loading branch information
steve-keep and juliangruber authored Nov 24, 2022
1 parent 03716bd commit 047f78c
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 @@ -15,5 +15,5 @@ inputs:
description: 'Pull Request repo in owner/repo format'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 047f78c

Please sign in to comment.