Skip to content

Commit fd92bd0

Browse files
committed
fix: use node 16 for base
1 parent cd136b7 commit fd92bd0

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
@@ -11,5 +11,5 @@ inputs:
1111
description: 'Path of the generated markdown file'
1212
required: true
1313
runs:
14-
using: 'node18'
14+
using: 'node16'
1515
main: 'lib/index.js'

0 commit comments

Comments
 (0)