diff --git a/.nvmrc b/.nvmrc index 8a8133cb..4e8c43e7 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v12.9.1 +v13.8.0 diff --git a/.travis.yml b/.travis.yml index 2c3020c0..2ad7f05f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,9 @@ cache: notifications: email: false node_js: + - '13' - '12' - '10' - - '8' before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter