Skip to content

Commit a522dd9

Browse files
DanielRufbcoe
authored andcommitted
chore: add Node.js 8 and 10, remove Node.js 4 (#829)
1 parent 99576fb commit a522dd9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- 8
45
- 6
56
- 4
67
- "stable"

appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
environment:
22
matrix:
3-
- nodejs_version: '6' # stable
4-
- nodejs_version: '4' # LTS
3+
- nodejs_version: '10' # stable
4+
- nodejs_version: '8' # LTS
5+
- nodejs_version: '6'
6+
- nodejs_version: '4'
57
install:
68
- ps: Install-Product node $env:nodejs_version
79
- npm cache clear

0 commit comments

Comments
 (0)