We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2785e7 commit 115085cCopy full SHA for 115085c
action.yml
@@ -24,7 +24,7 @@ outputs:
24
exitcode:
25
description: The exit code produced by the tflint command. Only available if `tflint_wrapper` is set to `true`.
26
runs:
27
- using: 'node20'
+ using: 'node24'
28
main: 'dist/index.js'
29
branding:
30
icon: 'terminal'
package.json
@@ -3,6 +3,9 @@
3
"version": "2.1.0",
4
"description": "Install and setup TFLint executable",
5
"main": "index.js",
6
+ "engines": {
7
+ "node": ">=24.0.0"
8
+ },
9
"type": "module",
10
"scripts": {
11
"lint": "eslint",
0 commit comments