diff --git a/.circleci/config.yml b/.circleci/config.yml index 6cfe11ec..6a096e2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,9 @@ jobs: steps: - checkout - run: - command: sudo npm i -g pnpm + command: | + sudo npm i -g pnpm + pnpm config set store-dir ~/.pnpm-store - run: name: Fetch Application Version command: ./resources/version.sh || true diff --git a/.github/workflows/lockfile.yml b/.github/workflows/cider-chore.yml similarity index 100% rename from .github/workflows/lockfile.yml rename to .github/workflows/cider-chore.yml