We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2783acf commit eae3b33Copy full SHA for eae3b33
.travis.yml
@@ -2,8 +2,7 @@ sudo: false
2
language: node_js
3
node_js:
4
- "8"
5
- - "10.0.0" # Pinned to prevent warning "fs.promises API is experimental"
6
- # Waiting for https://github.com/nodejs/node/pull/20632
+ - "10"
7
8
os:
9
- linux
appveyor.yml
@@ -1,7 +1,7 @@
1
environment:
matrix:
- nodejs_version: "8"
- - nodejs_version: "10.0.0"
+ - nodejs_version: "10"
install:
- ps: Install-Product node $env:nodejs_version
0 commit comments