-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable21] improve status modal #30454
Conversation
78f2719
to
5cd2bee
Compare
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5cd2bee
to
2323fd1
Compare
/compile amend / |
Seems like the compile bot fails again because it uses npm version 16... |
/compile amend / |
You managed it by bumping npm/node temporarily, right? Is this assured to not cause webpack diffs when reverting npm/node? Or is the current diff in tests even a result of this 🤔? So maybe it needs to be bumped permanently? |
Probably yes but to which version? Node 12 with npm 6? |
14/7 worked before, but if 12/6 works as well then it is probably better to bump it as little as possible. |
/compile amend / |
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
e97174a
to
a1fc749
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the engines in package.json now to
"node": "^12.0.0",
"npm": "^6.0.0"
Seems like it works now :)
|
backport of #30420