Skip to content

Commit 047f78c

Browse files
Upgrade Node to 16 (#37)
* Upgrade Node Version Node.js 12 actions are deprecated, should we upgrade to 16? * bump version * Update package.json Co-authored-by: Julian Gruber <julian@juliangruber.com> Co-authored-by: Julian Gruber <julian@juliangruber.com>
1 parent 03716bd commit 047f78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ inputs:
1515
description: 'Pull Request repo in owner/repo format'
1616
required: false
1717
runs:
18-
using: 'node12'
18+
using: 'node16'
1919
main: 'dist/index.js'

0 commit comments

Comments
 (0)