We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31317a6 commit f8a0047Copy full SHA for f8a0047
.travis.yml
@@ -7,9 +7,9 @@ os:
7
- linux
8
9
node_js:
10
- - 8
11
- 10
12
- 12
+ - 14
13
14
after_success: npm run coverage
15
appveyor.yml
@@ -4,9 +4,9 @@ skip_tags: true
4
5
environment:
6
matrix:
- - nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
+ - nodejs_version: "14"
platform:
- x64
package.json
@@ -54,6 +54,6 @@
54
"json"
55
],
56
"engines": {
57
- "node": ">=8.6.0"
+ "node": ">=10.12.0"
58
}
59
0 commit comments