Skip to content

Commit

Permalink
Merge pull request #587 from miguel-a-calles-mba/master
Browse files Browse the repository at this point in the history
Updated Node versions in CI
  • Loading branch information
jamesmbourne committed May 15, 2020
2 parents 8859f1b + 5c67b86 commit 8043a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- NODEJS_VERSION: "6"
- NODEJS_VERSION: "10"

install:
# Get the version of Node.js
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js

matrix:
include:
- node_js: '6.10.1'
- node_js: '8.11.3'
- node_js: '10'
- node_js: '12'

sudo: false

Expand Down

0 comments on commit 8043a30

Please sign in to comment.