Skip to content

Commit 19a52fb

Browse files
authored
Use Node 20 (#194)
1 parent a5a1af8 commit 19a52fb

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
@@ -21,7 +21,7 @@ outputs:
2121
exitcode:
2222
description: The exit code produced by the tflint command. Only available if `tflint_wrapper` is set to `true`.
2323
runs:
24-
using: 'node16'
24+
using: 'node20'
2525
main: 'dist/index.js'
2626
branding:
2727
icon: 'terminal'

0 commit comments

Comments
 (0)