summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 5f866581..c4a6b6e9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -70,7 +70,7 @@ pipeline:
matrix:
TESTS: syntax-php7.3
eslint:
- image: nextcloudci/jsunit:jsunit-5
+ image: node:lts-alpine
commands:
- npm install
- npm run lint
@@ -78,7 +78,7 @@ pipeline:
matrix:
TESTS: eslint
vue-build:
- image: nextcloudci/jsunit:jsunit-5
+ image: node:lts-alpine
commands:
- npm install
- npm run build