Skip to content

Commit

Permalink
update Node version to v12.13.0, replace Node v8 test with Node v13 (#…
Browse files Browse the repository at this point in the history
…288)

* update Node version to v12.13.0, update other Node versions to latest patch

* replace test using Node v8 with Node v13
  • Loading branch information
ruddell authored and clementdessoude committed Nov 13, 2019
1 parent bdd253a commit 1502d33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- job: Test
strategy:
matrix:
node_13:
node_version: '13.0.1'
node_12:
node_version: '12.8.1'
node_version: '12.13.0'
node_10:
node_version: '10.16.3'
node_8:
node_version: '8.16.1'
node_version: '10.17.0'
pool:
vmImage: 'Ubuntu 16.04'
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.16.3'
versionSpec: '12.13.0'
displayName: 'Install Node.js'
- script: |
yarn
Expand Down

0 comments on commit 1502d33

Please sign in to comment.