1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 05:35:29 +00: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" "worker-loader": "3.0.8"
}, },
"volta": { "volta": {
"node": "16.17.0" "node": "16.17.0",
"yarn": "1.22.19"
} }
} }