From 5030dc9f3e1bffd1fed38eb0f9faead71eff0eea Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Tue, 26 Jul 2022 15:03:10 +0200 Subject: [PATCH] CI: Fix frontend compilation (python2 required by node-gyp) --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4b1aa83..adeefee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: frontend - image: node:14-alpine + image: node:14-alpine3.15 commands: - apk --no-cache add python2 build-base tar - yarn config set network-timeout 100000 @@ -216,7 +216,7 @@ platform: steps: - name: frontend - image: node:14-alpine + image: node:14-alpine3.15 commands: - apk --no-cache add python2 build-base - yarn config set network-timeout 100000 @@ -378,7 +378,7 @@ platform: steps: - name: frontend - image: node:14-alpine + image: node:14-alpine3.15 commands: - apk --no-cache add python2 build-base - yarn config set network-timeout 100000