fix compiling

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/30454/head
szaimen 2022-01-08 10:26:46 +07:00 committed by nextcloud-command
parent 2323fd1342
commit a1fc749ee3
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -134,6 +134,7 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=10.0.0"
"node": "^12.0.0",
"npm": "^6.0.0"
}
}