diff --git a/.travis.yml b/.travis.yml index ec40f87..eda0bfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ cache: directories: - node_modules node_js: - - "10.15.1" - "14" before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2 diff --git a/appveyor.yml b/appveyor.yml index b54807b..a10975d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ clone_depth: 10 # Test against the latest version of this Node.js version environment: - nodejs_version: "10" + nodejs_version: "14" # Install scripts. (runs after repo cloning) install: