Skip to content

Commit

Permalink
test: replace Node.js v8 with v13 in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Dec 2, 2019
1 parent 1e17bcd commit d58e8ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -4,9 +4,9 @@

environment:
matrix:
- nodejs_version: '13'
- nodejs_version: '12'
- nodejs_version: '10'
- nodejs_version: '8'

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,9 +4,9 @@

language: node_js
node_js:
- '13'
- '12'
- '10'
- '8'

before_install: yarn global add greenkeeper-lockfile@1
install: yarn install
Expand Down

0 comments on commit d58e8ed

Please sign in to comment.