diff --git a/.appveyor.yml b/.appveyor.yml index de3e3780..b3d47701 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,11 +11,11 @@ platform: install: - ps: Install-Product node $env:nodejs_version $env:platform + - node --version + - npm --version - npm install test_script: - - node --version - - npm --version - npm test build: off