Skip to content

Commit 0fb6a42

Browse files
committed
use supported node version
1 parent ca8e62a commit 0fb6a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cache:
2727
- $HOME/.npm
2828
before_install:
2929
- pip install -U pip setuptools
30-
- nvm install 8
30+
- nvm install 12
3131
- |
3232
if [[ $GROUP == python ]]; then
3333
pip install codecov

0 commit comments

Comments
 (0)