Skip to content

Commit

Permalink
chore: bump node version used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
billiegoose committed Jun 28, 2020
1 parent 0ebf31f commit 617b73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
versionSpec: '10.x'
displayName: 'Install Node.js'

- script: npm ci
Expand Down

0 comments on commit 617b73f

Please sign in to comment.