From ded097b2288018b71354b9acd9b41630b22b9e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 18 Jul 2020 14:44:58 +0200 Subject: [PATCH] use older nodejs --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 955a59f..d5fa0b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build_html - image: "node" + image: node:lts commands: - npm install -g @asyncapi/generator - ag birbnetes.yml @asyncapi/html-template