Skip to content

Commit 8043a30

Browse files
authored
Merge pull request #587 from miguel-a-calles-mba/master
Updated Node versions in CI
2 parents 8859f1b + 5c67b86 commit 8043a30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- NODEJS_VERSION: "6"
3+
- NODEJS_VERSION: "10"
44

55
install:
66
# Get the version of Node.js

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: node_js
22

33
matrix:
44
include:
5-
- node_js: '6.10.1'
6-
- node_js: '8.11.3'
5+
- node_js: '10'
6+
- node_js: '12'
77

88
sudo: false
99

0 commit comments

Comments
 (0)