Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Travis: Test with Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Aug 24, 2020
1 parent f1b4845 commit d7a6f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ python:
- 3.7
- 3.8
node_js:
- 13
- 14
before_install:
- nvm install 13
- nvm install 14
- node --version
- make node_deps
addons:
Expand Down

0 comments on commit d7a6f97

Please sign in to comment.