summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-01-21 15:33:24 +0100
committerJulius Härtl <jus@bitgrid.net>2019-01-21 15:33:24 +0100
commit7b4ebfc58366c60e60cf2c951b8ede0e366215b8 (patch)
tree55daf9b6a4ec8c396d78333b940b4bc9c0b4c8a6
parent5676999f151d43cf9b252469b7c509ed102b5a61 (diff)
Use more recent node version for js building
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-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