diff --git a/.woodpecker.yml b/.woodpecker.yml index 7c305a4..47fbd15 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ steps: - name: Prepare image: node:lts-alpine commands: + - apk add --no-cache gcompat libc6-compat - corepack enable - corepack prepare pnpm@latest --activate - pnpm install --frozen-lockfile