Consistent node ver between build_frontend and lint_frontend

pull/1012/head
Qstick 4 years ago committed by GitHub
parent 12588e8e08
commit 63b8dcc2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -775,7 +775,7 @@ stages:
- task: NodeTool@0
displayName: Set Node.js version
inputs:
versionSpec: '10.x'
versionSpec: '12.x'
- checkout: self
submodules: true
fetchDepth: 1

Loading…
Cancel
Save