Uh oh!
There was an error while loading. Please reload this page.
[stable23] Fix top margin in empty versions list - #35073
Conversation
Manual backport of #35063 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
szaimen
commented
Nov 10, 2022
/compile |
szaimen
commented
Nov 10, 2022
|
szaimen
commented
Nov 10, 2022
Seems like node 18 does not work for stable23... @skjnldsv any idea how to downgrade the used node version? |
Use nvm https://github.com/nvm-sh/nvm Also we require node 16 for Nextcloud on master, not node 18. |
szaimen
commented
Nov 11, 2022
I meant how to downgrade Node on CI :) |
Edit the package.json and use "engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
},EDIT: done |
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
szaimen
commented
Nov 11, 2022
Thanks! :) |

Manual backport of #35063
Tested locally via nc-easy-test.