diff --git a/.travis.yml b/.travis.yml index 86a3600..ec40f87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: - node_modules node_js: - "10.15.1" - - "stable" + - "14" before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2 - export PATH="$HOME/.yarn/bin:$PATH"