Bump node build version to 16.X LTS

Regenerate yarn.lock
This commit is contained in:
Qstick 2022-03-05 11:05:02 -06:00
parent b18cc49a83
commit 8fd1f121f4
2 changed files with 1355 additions and 1164 deletions

View File

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

2514
yarn.lock

File diff suppressed because it is too large Load Diff