We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe8da0 commit bcac959Copy full SHA for bcac959
2 files changed
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
run_install: false
23
24
- name: Install yq via apt
25
- run: sudo apt update && sudo apt install -y yq
+ run: sudo apt install -y yq
26
27
- name: Install Node.js
28
uses: actions/setup-node@v4
tsconfig.json
@@ -42,6 +42,9 @@
42
// "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
43
// "noUncheckedSideEffectImports": true, /* Check side effect imports. */
44
"resolveJsonModule": true,
45
+ "types": [
46
+ "node"
47
+ ],
48
/* Type Checking */
49
"strict": true, /* Enable all strict type-checking options. */
50
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
0 commit comments