mirror of https://github.com/Radarr/Radarr
Bump node to v20.x on builder
This commit is contained in:
parent
b6b809f473
commit
c388cf968b
|
@ -16,7 +16,7 @@ variables:
|
|||
sentryOrg: 'servarr'
|
||||
sentryUrl: 'https://sentry.servarr.com'
|
||||
dotnetVersion: '6.0.417'
|
||||
nodeVersion: '16.X'
|
||||
nodeVersion: '20.X'
|
||||
innoVersion: '6.2.2'
|
||||
windowsImage: 'windows-2022'
|
||||
linuxImage: 'ubuntu-20.04'
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
"worker-loader": "3.0.8"
|
||||
},
|
||||
"volta": {
|
||||
"node": "16.17.0",
|
||||
"node": "20.11.1",
|
||||
"yarn": "1.22.19"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue