CI: Fix frontend compilation (python2 required by node-gyp)

This commit is contained in:
nemunaire 2022-07-26 15:03:10 +02:00
parent c77e77747f
commit 5030dc9f3e
1 changed files with 3 additions and 3 deletions

View File

@ -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