From 8674db6523649ac62cfc3ea5b2c7708b2b36ab98 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Mon, 26 Feb 2024 20:27:39 +0300 Subject: [PATCH] Drop corepack --- .woodpecker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 33cc9ae..28ab779 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,8 +3,6 @@ steps: image: alpine:latest 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