diff --git a/.woodpecker.yml b/.woodpecker.yml index 99a3924..afba241 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,8 @@ steps: - name: Prepare image: node:18-slim commands: - - apt-get install -y git + - apt-get update -y + - apt-get install -yy git - corepack enable - corepack prepare pnpm@latest --activate - pnpm install --frozen-lockfile