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 4edd4a2 commit c2475caCopy full SHA for c2475ca
.travis.yml
@@ -25,8 +25,6 @@ jobs:
25
node_js:
26
- '11'
27
- '10'
28
- - '9'
29
- - '8'
30
script:
31
- yarn test:ci
32
- yarn coverage
README.md
@@ -362,7 +362,7 @@ Yes! You can have as many env objects as you want!
362
363
## Node.js support
364
365
-Node.js version 8 or higher.
+Node.js version 10 or higher.
366
367
## Maintainers
368
appveyor.yml
@@ -1,8 +1,7 @@
1
environment:
2
matrix:
3
- - nodejs_version: '8'
4
- - nodejs_version: '9'
5
- nodejs_version: '10'
+ - nodejs_version: '11'
6
7
install:
8
- ps: Install-Product node $env:nodejs_version
0 commit comments