Browse Source

Use node:lts image

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma 4 years ago
parent
commit
baf313970b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -32,7 +32,7 @@ steps:
   commands:
     - git submodule update --init
 - name: vue-build-settings
-  image: node
+  image: node:lts
   commands:
     - ./build/vue-builds.sh ./settings/js/settings-vue.js
     - ./build/vue-builds.sh ./apps/updatenotification/js/updatenotification.js