From 79e335dd55a52efe5e0987671513e68c06970b17 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 27 Nov 2019 08:31:35 +0100 Subject: [PATCH] Use old LTS to build handlebars Signed-off-by: Roeland Jago Douma --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c6442ebd7f1..805405bc0c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -80,7 +80,7 @@ steps: commands: - git submodule update --init - name: handlebars - image: node:lts + image: node:10 commands: - npm i - ./build/compile-handlebars-templates.sh -- 2.39.5