Skip to content

Commit 6f52add

Browse files
authored
chore(NODE-4293): update dependencies and compile driver on ts next (#3384)
1 parent 57e9f2d commit 6f52add

File tree

6 files changed

+1468
-1508
lines changed

6 files changed

+1468
-1508
lines changed

.evergreen/config.in.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ functions:
301301
env:
302302
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
303303
TS_VERSION: "next"
304-
TRY_COMPILING_DRIVER: "false" # TODO(NODE-4293): Unskip compiling against next and fix 4.8 issues
305304
binary: bash
306305
args:
307306
- "${PROJECT_DIRECTORY}/.evergreen/run-typescript.sh"

.evergreen/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ functions:
273273
env:
274274
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
275275
TS_VERSION: next
276-
TRY_COMPILING_DRIVER: 'false'
277276
binary: bash
278277
args:
279278
- ${PROJECT_DIRECTORY}/.evergreen/run-typescript.sh

0 commit comments

Comments
 (0)