From eec0703aa1166daa5ebd2c517c0426c81dbc7bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Fri, 29 Dec 2023 03:10:09 +0100 Subject: [PATCH] Debug --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 7b07244..efba150 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -37,7 +37,7 @@ local build_step = { local publish_step = { name: "publish", - image: "node:18", + image: "node:14", environment: { NPM_TOKEN: { from_secret: "npm_token" }