mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00:00
Add Volta node config
Fixes #7600 Fixes #7747 Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
0fb738aa2e
commit
bab9b8b36a
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue