1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Pin yarn version with volta

This commit is contained in:
Mark McDowall
2022-11-03 18:46:14 -07:00
parent 0e31281828
commit b1962c7366

View File

@@ -131,6 +131,7 @@
"worker-loader": "3.0.8"
},
"volta": {
"node": "16.17.0"
"node": "16.17.0",
"yarn": "1.22.19"
}
}