summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 6fc1aad68..5224e0d3a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,12 +3,12 @@
#
#steps:
# - name: check-simplewebrtc-bundle
-# image: node:lts
+# image: nextcloudci/node:node-7
# commands:
# - make npm-init
# - ./check-simplewebrtc-bundle.sh
# - name: check-vuejs-builds
-# image: node:lts
+# image: nextcloudci/node:node-7
# commands:
# - make npm-init
# - ./check-vuejs-builds.sh
@@ -27,7 +27,7 @@ name: eslint
steps:
- name: eslint
- image: node:lts
+ image: nextcloudci/node:node-7
commands:
- make dev-setup
- make lint