Skip to content

Commit ed3b689

Browse files
fix CI (hopefully)
- fixes lint of CI tooling - removes unnecessary json file in PR - upgrades DET to absolute latest - specifies useDefineForClassFields in TSConfig
1 parent e4f54c0 commit ed3b689

File tree

4 files changed

+4
-7978
lines changed

4 files changed

+4
-7978
lines changed

.evergreen/ci_matrix_constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const MONGODB_VERSIONS = ['latest', 'rapid', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2'];
22
const versions = [
3-
{ codeName: 'iron', versionNumber: "20.19.0", npmVersion: 'latest' },
3+
{ codeName: 'iron', versionNumber: '20.19.0', npmVersion: 'latest' },
44
{ codeName: 'jod', versionNumber: 22, npmVersion: 'latest' }
55
];
66
const NODE_VERSIONS = versions.map(({ versionNumber }) => versionNumber).sort();

drivers-evergreen-tools

0 commit comments

Comments
 (0)