Tools: Trying to fix Renovate Yarn install

This commit is contained in:
Laurent Cozic
2024-11-09 22:06:08 +00:00
parent 2426cedb18
commit de83b42972
2 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"url": "git+https://github.com/laurent22/joplin.git"
},
"engines": {
"node": ">=18"
"node": ">=18",
"yarn": "3.8.3"
},
"scripts": {
"buildApiDoc": "yarn workspace joplin start apidoc ../../readme/api/references/rest_api.md",