diff --git a/.travis.yml b/.travis.yml index 22ea00b..795a742 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,9 @@ cache: - node_modules node_js: - - "8" - "10" - - "node" + - "12" + - "14" before_script: - git config --global user.email "you@example.com" diff --git a/appveyor.yml b/appveyor.yml index 470d3f8..e90042c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,9 +7,9 @@ init: # Test against these versions of Node.js. environment: matrix: - - nodejs_version: "8" - nodejs_version: "10" - nodejs_version: "12" + - nodejs_version: "14" matrix: fast_finish: true @@ -17,7 +17,6 @@ matrix: # Install scripts. (runs after repo cloning) install: - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) - - npm install -g npm - npm install cache: