Skip to content
Snippets Groups Projects
Commit 3fe8378c authored by Malte Finsterwalder's avatar Malte Finsterwalder
Browse files

set engines.yarn version in package.json for could functions to use yarn 4

parent d31ea123
No related branches found
No related tags found
No related merge requests found
......@@ -34,5 +34,8 @@
"pg": "^8.4.0",
"winston": "^3.8.2"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.0",
"engines": {
"yarn": "^4.1.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment