diff --git a/.woodpecker.yml b/.woodpecker.yml index d122b0d..cc58d2d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ pipeline: frontend: - image: node + image: node:16-alpine commands: - cd client && yarn install - cd client && yarn generate