Skip to content

Commit 115085c

Browse files
authored
upgrade to node 24 (#335)
Signed-off-by: Rui Chen <[email protected]>
1 parent a2785e7 commit 115085c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ outputs:
2424
exitcode:
2525
description: The exit code produced by the tflint command. Only available if `tflint_wrapper` is set to `true`.
2626
runs:
27-
using: 'node20'
27+
using: 'node24'
2828
main: 'dist/index.js'
2929
branding:
3030
icon: 'terminal'

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.1.0",
44
"description": "Install and setup TFLint executable",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">=24.0.0"
8+
},
69
"type": "module",
710
"scripts": {
811
"lint": "eslint",

0 commit comments

Comments
 (0)