We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385d591 commit edf9882Copy full SHA for edf9882
2 files changed
.eslintrc.js
@@ -12,7 +12,7 @@ var config = {
12
es6: true
13
},
14
parserOptions: {
15
- ecmaVersion: 2018
+ ecmaVersion: 2020
16
17
rules: {}
18
};
package.json
@@ -90,7 +90,7 @@
90
"report-latency": "./bin/report-latency"
91
92
"engines": {
93
- "node": ">=10.0.0"
+ "node": ">=14.0.0"
94
95
"dependencies": {
96
"assert-plus": "^1.0.0",
0 commit comments