diff --git a/.woodpecker.yml b/.woodpecker.yml index 0a71662..a6b4fdc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -27,7 +27,7 @@ pipeline: image: albedo.lan:5000/upend-node:latest pull: true commands: - - pnpm config set store-dir $CI_WORKSPACE/.pnpm + - pnpm config --location project set store-dir $CI_WORKSPACE/.pnpm - mkdir -p $CI_WORKSPACE/.pnpm prepare:cache:backend: