diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml
index 7ad69f4..f0d0e0e 100644
--- a/.woodpecker/.build.yml
+++ b/.woodpecker/.build.yml
@@ -7,16 +7,18 @@ when:
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
steps:
- "Install dependencies":
- image: node:16
- pull: true
- commands:
- - npm i
+ # "Install dependencies":
+ # image: node:20
+ # pull: true
+ # commands:
+ # - npm i
"Build JS":
- image: node:16
+ image: node:20
commands:
- - npm run build
+ - make dep
+ - ls -l node_modules/@nextcloud/vue/dist/Components
+ - make build
"Build translations":
image: deblan/php:8.3
diff --git a/package.json b/package.json
index d5799ac..f002d50 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
+ "@nextcloud/vue": "^8.19.0",
"@vueuse/core": "^11.1.0",
"axios": "^1.6.7",
"trim": "^1.0.1"
diff --git a/src/AdminCategoriesCustom.vue b/src/AdminCategoriesCustom.vue
index 2a84749..21de363 100644
--- a/src/AdminCategoriesCustom.vue
+++ b/src/AdminCategoriesCustom.vue
@@ -84,9 +84,9 @@ along with this program. If not, see .