File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2222 run_install : false
2323
2424 - name : Install yq via apt
25- run : sudo apt update && sudo apt install -y yq
25+ run : sudo apt install -y yq
2626
2727 - name : Install Node.js
2828 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 4242 // "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
4343 // "noUncheckedSideEffectImports": true, /* Check side effect imports. */
4444 "resolveJsonModule" : true ,
45+ "types" : [
46+ " node"
47+ ],
4548 /* Type Checking */
4649 "strict" : true , /* Enable all strict type-checking options. */
4750 // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
You can’t perform that action at this time.
0 commit comments