From 3c8a3de56350f9cd7a8d6064697b92cc4f9ce975 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 18:27:16 +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 9f6d0fa..da0611f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,5 +13,5 @@ steps: - name: run image: node:14 commands: - - npm install semver + - npm install semver axios - node script.js