From 99f21f4d0f71094dcf59b3d5d52babd582418862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 21 Jan 2019 15:33:24 +0100 Subject: [PATCH] Use more recent node version for js building MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 4 ++-- 1 file 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