1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-14 16:55:21 +02:00

Add Volta node config

Fixes #7600
Fixes #7747

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2023-01-08 20:43:25 -06:00
parent 0fb738aa2e
commit bab9b8b36a

View File

@ -134,5 +134,9 @@
"webpack-cli": "4.9.1", "webpack-cli": "4.9.1",
"webpack-livereload-plugin": "3.0.2", "webpack-livereload-plugin": "3.0.2",
"worker-loader": "3.0.8" "worker-loader": "3.0.8"
},
"volta": {
"node": "16.17.0",
"yarn": "1.22.19"
} }
} }