summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-01-21 14:28:37 -0100
committerGitHub <noreply@github.com>2019-01-21 14:28:37 -0100
commit0a500a29fac79547f4654c4f7592d8a4622c38b0 (patch)
tree55daf9b6a4ec8c396d78333b940b4bc9c0b4c8a6
parent5676999f151d43cf9b252469b7c509ed102b5a61 (diff)
parent7b4ebfc58366c60e60cf2c951b8ede0e366215b8 (diff)
Merge pull request #361 from nextcloud/tests/noid/node-versionv0.1.3
Use more recent node version for js building
-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