mirror of
https://github.com/Readarr/Readarr
synced 2025-12-14 20:36:18 +01:00
Consistent node ver between build_frontend and lint_frontend
This commit is contained in:
parent
12588e8e08
commit
63b8dcc2e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue