mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
Bump node build version to 16.X LTS
Regenerate yarn.lock
This commit is contained in:
parent
b18cc49a83
commit
8fd1f121f4
2 changed files with 1355 additions and 1164 deletions
|
@ -14,6 +14,7 @@ variables:
|
|||
sentryOrg: 'servarr'
|
||||
sentryUrl: 'https://sentry.servarr.com'
|
||||
dotnetVersion: '6.0.200'
|
||||
nodeVersion: '16.X'
|
||||
innoVersion: '6.2.0'
|
||||
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
|
||||
|
||||
|
@ -155,7 +156,7 @@ stages:
|
|||
- task: NodeTool@0
|
||||
displayName: Set Node.js version
|
||||
inputs:
|
||||
versionSpec: '12.x'
|
||||
versionSpec: $(nodeVersion)
|
||||
- checkout: self
|
||||
submodules: true
|
||||
fetchDepth: 1
|
||||
|
@ -810,7 +811,7 @@ stages:
|
|||
- task: NodeTool@0
|
||||
displayName: Set Node.js version
|
||||
inputs:
|
||||
versionSpec: '12.x'
|
||||
versionSpec: $(nodeVersion)
|
||||
- checkout: self
|
||||
submodules: true
|
||||
fetchDepth: 1
|
||||
|
|
Loading…
Reference in a new issue