Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

ci: add node-14.x to workflow #108

Merged
merged 1 commit into from
Nov 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
matrix:
- TRAVIS_NODE_VERSION: 10
- TRAVIS_NODE_VERSION: 12
- TRAVIS_NODE_VERSION: 14

before_install:
- nvm install $TRAVIS_NODE_VERSION
Expand Down