diff --git a/.drone.yml b/.drone.yml index 9b254c1..06e7dfa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,9 @@ name: release steps: - name: create-script-file - image: node:14-alpine + image: alpine:3.13 commands: - - apk add --no-cache npm # Install npm in Alpine Linux + - apk add --no-cache nodejs npm # Install Node.js and npm in Alpine Linux - echo "const axios = require('axios');" > custom-script.js - echo "" >> custom-script.js - echo "function getLatestReleaseTag() {" >> custom-script.js