Skip to content

Commit 7b1cdb4

Browse files
authored
Update action to Node 16
1 parent 24fc2d1 commit 7b1cdb4

File tree

5 files changed

+3814
-38
lines changed

5 files changed

+3814
-38
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
16

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ inputs:
77
description: 'a great description of your input'
88
default: 'a suitable default value'
99
runs:
10-
using: 'node12'
10+
using: 'node16'
1111
main: 'dist/index.js'

0 commit comments

Comments
 (0)