From fda96c3de2029d07607cf6c14b962ad64db7a5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Fri, 29 Dec 2023 03:28:30 +0100 Subject: [PATCH] Debug --- .drone.jsonnet | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 9253488..0b6f96f 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -25,19 +25,9 @@ local build_step = { commands: ["bun run build"], }; -// local publish_step = { -// name: "publish", -// image: "plugins/npm", - -// settings: { -// registry: "https://git.jvalver.de/api/packages/thilawyn/npm", -// token: { from_secret: "npm_token" }, -// }, -// }; - local publish_step = { name: "publish", - image: "node:14", + image: "node:20", environment: { NPM_TOKEN: { from_secret: "npm_token" }