From c1a246eda7b22fc28dd239d0819d68fb2ad53a2e Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:48:32 +0200 Subject: [PATCH] Downgrade. --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 026cdd9..3c89e4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,13 @@ type: docker steps: - name: build - image: node:16.16.0-alpine3.16 + image: node:14.20.0-alpine3.16 commands: - - apk add --update --no-cache --virtual .gyp g++ make py3-pip python3 - - which python3 - - npm install -g node-gyp@latest - - npm config set python "/usr/bin/python3" - - rm -rf /var/cache/apk/* + #- apk add --update --no-cache --virtual .gyp g++ make py3-pip python3 + #- which python3 + #- npm install -g node-gyp@latest + #- npm config set python "/usr/bin/python3" + #- rm -rf /var/cache/apk/* - npm install - apk del .gyp - vue-cli-service build --mode production