fix (ci): broken ci

This commit is contained in:
Mickael Kerjean
2021-11-08 23:58:03 +11:00
parent b8bc56aea2
commit fb28aa1b55

View File

@ -20,7 +20,7 @@ steps:
- cp config/config.json ./filestash/data/state/config/
- name: build_frontend
image: node:12-alpine
image: node:13-alpine
depends_on: [ build_prepare ]
commands:
- apk add make git > /dev/null