fix: adding engines settings for docker setup

This commit is contained in:
sriram veeraghanta 2023-11-28 16:49:59 +05:30
parent 2eba0f8cdc
commit e5bb1e80cf

View File

@ -34,5 +34,8 @@
"resolutions": {
"@types/react": "^18.2.39"
},
"engines": {
"yarn": "1.22.21"
},
"packageManager": "yarn@3.6.4"
}