diff --git a/.woodpecker/commit.yml b/.woodpecker/commit.yml index 6bb1b2d814..f57fd9d1e6 100644 --- a/.woodpecker/commit.yml +++ b/.woodpecker/commit.yml @@ -1,7 +1,8 @@ pipeline: testCommit: - image: node:latest + image: node:alpine commands: + - apk add --no-cache cargo python3 make g++ - cp .config/ci.yml .config/default.yml - corepack enable - corepack prepare pnpm@latest --activate