Bump node build version to 16.X LTS

Regenerate yarn.lock
pull/7107/head
Qstick 2 years ago
parent b18cc49a83
commit 8fd1f121f4

@ -14,6 +14,7 @@ variables:
sentryOrg: 'servarr' sentryOrg: 'servarr'
sentryUrl: 'https://sentry.servarr.com' sentryUrl: 'https://sentry.servarr.com'
dotnetVersion: '6.0.200' dotnetVersion: '6.0.200'
nodeVersion: '16.X'
innoVersion: '6.2.0' innoVersion: '6.2.0'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn yarnCacheFolder: $(Pipeline.Workspace)/.yarn
@ -155,7 +156,7 @@ stages:
- task: NodeTool@0 - task: NodeTool@0
displayName: Set Node.js version displayName: Set Node.js version
inputs: inputs:
versionSpec: '12.x' versionSpec: $(nodeVersion)
- checkout: self - checkout: self
submodules: true submodules: true
fetchDepth: 1 fetchDepth: 1
@ -810,7 +811,7 @@ stages:
- task: NodeTool@0 - task: NodeTool@0
displayName: Set Node.js version displayName: Set Node.js version
inputs: inputs:
versionSpec: '12.x' versionSpec: $(nodeVersion)
- checkout: self - checkout: self
submodules: true submodules: true
fetchDepth: 1 fetchDepth: 1

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save