diff --git a/.woodpecker.yml b/.woodpecker.yml index 3aef98d..3590cc4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: node:18.5.0-alpine commands: - - apk --update --no-cache add git + - apk --update --no-cache add git bash - yarn - yarn build package: