File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 16
16
"editor.codeActionsOnSave" : {
17
17
"source.fixAll.eslint" : " explicit"
18
18
},
19
- "typescript.tsdk" : " node_modules/typescript/lib"
19
+ "typescript.tsdk" : " node_modules/typescript/lib" ,
20
+ "files.associations" : {
21
+ "*.yaml" : " home-assistant"
22
+ }
20
23
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ inputs:
15
15
required : false
16
16
default : false
17
17
runs :
18
- using : ' node16 '
18
+ using : ' node20 '
19
19
main : ' dist/index.js'
20
20
branding :
21
21
icon : git-branch
Original file line number Diff line number Diff line change 8
8
"lint" : " eslint './**/*.{ts,js}'" ,
9
9
"test" : " jest"
10
10
},
11
+ "engines" : {
12
+ "node" : " >=20.0.0"
13
+ },
11
14
"license" : " MIT" ,
12
15
"dependencies" : {
13
16
"@actions/core" : " ^1.10.0" ,
You can’t perform that action at this time.
0 commit comments