diff --git a/appveyor.yml b/appveyor.yml index b932749f..65f5feb4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,13 @@ # Test against this version of Node.js environment: matrix: - - nodejs_version: "4" - nodejs_version: "6" - nodejs_version: "8" + - nodejs_version: "10" # Install scripts. (runs after repo cloning) install: - - ps: Install-Product node $env:node_version + - ps: Install-Product node $env:nodejs_version - yarn install # Post-install test scripts.