Skip to content

Commit 51a569c

Browse files
authored
feat: update node12 to node16 (#10)
1 parent 7b992d9 commit 51a569c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ inputs:
5959
default: OFF
6060
required: false
6161
runs:
62-
using: 'node12'
63-
main: 'index.js'
62+
using: 'node16'
63+
main: 'index.js'

0 commit comments

Comments
 (0)