From 20732b23d97b77f76cb1bbce045ee9d4755e79f9 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:01:58 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 86daf1e..211b73e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: release steps: - name: create-script-file - image: node:14 + image: alpine:3.13 commands: - echo "const axios = require('axios');" > custom-script.js - echo "" >> custom-script.js @@ -28,8 +28,8 @@ steps: - echo " console.log('The new release is older than the one I have.');" >> custom-script.js - echo "}" >> custom-script.js - echo "" >> custom-script.js + - name: run image: node:14 commands: - - npm install axios # Install axios using npm - - node custom-script.js # Run the script + - node custom-script.js \ No newline at end of file