feat: use node:16-alpine image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Settel 2022-11-04 21:40:40 +01:00
parent ba9dd785ca
commit c01c4cb356

View File

@ -1,6 +1,6 @@
pipeline: pipeline:
frontend: frontend:
image: node image: node:16-alpine
commands: commands:
- cd client && yarn install - cd client && yarn install
- cd client && yarn generate - cd client && yarn generate