Upgrade to Node 10

This commit is contained in:
Peter Squicciarini
2019-06-06 16:22:04 -07:00
parent 02f69839a7
commit 3f1e9ec9b4
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ matrix:
- os: osx - os: osx
language: node_js language: node_js
node_js: "8" node_js: "10"
before_install: before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash - curl -o- -L https://yarnpkg.com/install.sh | bash

View File

@@ -1,7 +1,7 @@
steps: steps:
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:
versionSpec: '8.x' versionSpec: '10.x'
- script: | - script: |
choco install jq choco install jq
displayName: 'install jq from choco' displayName: 'install jq from choco'