Skip to content

Commit 343a4ac

Browse files
fix(ci): add --ignoreConfig to tsc calls in minimum TS version check for TS 6.0 compat (#3288)
* fix(ci): add --ignoreConfig to tsc calls in minimum TS version check for TS 6.0 compat * fix(ci): remove --ignoreConfig from TS 4.7.4 and 5.9.2 matrix entries * fix(ci): add --ignoreDeprecations 6.0 for latest TS entry to suppress node10 deprecation --------- Co-authored-by: mendral-app[bot] <233154221+mendral-app[bot]@users.noreply.github.com>
1 parent 470907d commit 343a4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minimum-version-ts-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- version: "5.9.2"
2424
extra-flags: "--moduleResolution node"
2525
- version: "latest"
26-
extra-flags: "--moduleResolution node"
26+
extra-flags: "--moduleResolution node --ignoreConfig --ignoreDeprecations 6.0"
2727
- version: "6.0.0-dev.20251204"
2828
extra-flags: "--ignoreConfig"
2929
steps:

0 commit comments

Comments
 (0)