Skip to content

Commit 6861185

Browse files
Update action.yml
Updating the node run version to 16 as 12 is being removed by GitHub.
1 parent cc8c639 commit 6861185

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
@@ -13,5 +13,5 @@ inputs:
1313
required: false
1414
default: 'json'
1515
runs:
16-
using: 'node12'
16+
using: 'node16'
1717
main: 'dist/index.js'

0 commit comments

Comments
 (0)