From 2bf365269bf4ae4c945db7606a63df278925b074 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:08:52 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cfc053c..05096b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,4 +14,4 @@ steps: image: node:14 commands: - npm install axios - - node tools/script.js + - node tools/check_version.js