Browse Source

Update node version for appveyor

Grant Nestor 7 years ago
parent
commit
7e1a5c66d2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      appveyor.yml

+ 2 - 1
appveyor.yml

@@ -6,7 +6,7 @@ matrix:
 
 # environment variables
 environment:
-  nodejs_version: "6.9"
+  nodejs_version: "lts"
   matrix:
 
     - PYTHON: C:\Miniconda
@@ -48,6 +48,7 @@ install:
   - 'pip install --upgrade -e ".[test]"'
   - 'pip install pywinpty==0.5.1'
   - 'jupyter kernelspec list'
+  - 'node --version'
   - 'jlpm versions'
   - 'jlpm config current'