Consistent node ver between build_frontend and lint_frontend

This commit is contained in:
Qstick
2021-04-30 00:20:55 -04:00
committed by GitHub
parent 12588e8e08
commit 63b8dcc2e3

View File

@@ -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