Skip to content

Commit 0936b58

Browse files
authored
chore: skip failing TS version (#3285)
1 parent 7a5d2f5 commit 0936b58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ functions:
293293
env:
294294
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
295295
TS_VERSION: "next"
296+
TRY_COMPILING_DRIVER: "false" # TODO(NODE-4293): Unskip compiling against next and fix 4.8 issues
296297
binary: bash
297298
args:
298299
- "${PROJECT_DIRECTORY}/.evergreen/run-typescript.sh"

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ functions:
265265
env:
266266
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
267267
TS_VERSION: next
268+
TRY_COMPILING_DRIVER: 'false'
268269
binary: bash
269270
args:
270271
- ${PROJECT_DIRECTORY}/.evergreen/run-typescript.sh

0 commit comments

Comments
 (0)