We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbba7b commit de0637cCopy full SHA for de0637c
1 file changed
.evergreen/generate_evergreen_tasks.js
@@ -547,7 +547,7 @@ function* makeTypescriptTasks() {
547
commands: [
548
updateExpansions({
549
NODE_LTS_VERSION: LOWEST_LTS,
550
- TS_VERSION,
+ TS_VERSION
551
}),
552
{ func: 'install dependencies' },
553
{ func: 'compile driver' }
@@ -561,7 +561,7 @@ function* makeTypescriptTasks() {
561
562
563
564
565
566
567
{ func: 'check types' }
0 commit comments