We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5577a4c commit f855b09Copy full SHA for f855b09
.github/scripts/tsconfig.json
@@ -0,0 +1,9 @@
1
+{
2
+ "compilerOptions": {
3
+ "module": "nodenext",
4
+ "moduleResolution": "nodenext",
5
+ "target": "es2022",
6
+ "types": ["node"]
7
+ },
8
+ "include": ["check-all-tests-passed-needs.ts"]
9
+}
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
npm run all
39
- name: Check all jobs are in all-tests-passed.needs
40
run: |
41
- tsc --module nodenext --moduleResolution nodenext --target es2022 check-all-tests-passed-needs.ts
+ tsc -p tsconfig.json
42
node check-all-tests-passed-needs.js
43
working-directory: .github/scripts
44
- name: Make sure no changes from linters are detected
0 commit comments