Skip to content

Commit fe71106

Browse files
authored
refactor!(NODE-3295): Support node 12+ and reconfigure CI (#2864)
- Supported Node engine is now 12+ - No longer testing Node 10 in CI - Simplified CI platform matrix: win64-vs2019/ubuntu-18.04/macos-10.14 - Run FLE/OCSP/TLS tests on all platforms - Add server version 5.0 to the matrix (resolves NODE-3306)
1 parent b17bf5b commit fe71106

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+625
-467
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"root": true,
33
"parser": "@typescript-eslint/parser",
44
"parserOptions": {
5-
"ecmaVersion": 2018
5+
"ecmaVersion": 2019
66
},
77
"plugins": [
88
"@typescript-eslint",

0 commit comments

Comments
 (0)