Unskip settings service acceptance tests (#4057)

* Update dependencies, browserslist, linting, acceptance test translations for settings service

* Unskip settings service acceptance tests

* unsilence ci-node-generate steps

* Reset nodejs in CI from 16 to 14

Co-authored-by: Willy Kloucek <wkloucek@owncloud.com>
This commit is contained in:
Pascal Wengerter
2022-06-29 12:17:55 +02:00
committed by GitHub
co-authored by Willy Kloucek
parent 1cbe5e08cd
commit c0b92f9571
12 changed files with 315 additions and 275 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ ci-node-generate: pull-assets
.PHONY: pull-assets
pull-assets:
@git clean -xfd assets
@curl --fail -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xzf - -C assets/
git clean -xfd assets
curl --fail -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xzf - -C assets/
############ licenses ############
.PHONY: ci-node-check-licenses