diff --git a/.woodpecker.yml b/.woodpecker.yml index 28ab779..314d93f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,9 @@ steps: - name: Prepare - image: alpine:latest + image: node:18-slim commands: - - wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm + - corepack enable + - corepack prepare pnpm@latest --activate - pnpm install --frozen-lockfile - pnpm prebuild - pnpm build \ No newline at end of file