diff --git a/appveyor.yml b/appveyor.yml index 971bdc1..06cf692 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,9 +7,9 @@ build: off deploy: off install: + - node --version + - npm --version - npm install test_script: - - node --version - - npm --version - npm test