From d7f1a93b22c68a19f1db44e8676cd42c63332b4a Mon Sep 17 00:00:00 2001 From: Core Date: Tue, 27 Sep 2022 18:02:48 +0100 Subject: [PATCH] Lets try this --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b4a4625b..3ef8c178 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,6 +16,7 @@ jobs: steps: - checkout - run: + name: Install and Configure PNPM command: | sudo npm i -g pnpm pnpm config set store-dir ~/.pnpm-store @@ -23,7 +24,7 @@ jobs: name: Fetch Application Version command: ./resources/version.sh || true - restore_cache: - key: dependency-cache-{{ checksum "pnpm-lock.yaml" }} + key: dependency-cache-{{ checksum "package.json" }} - run: name: Clear node_airtunes2 cache command: rm -rf ~/.pnpm-store/tmp/_tmp_1469292_a6751613e03842bf2a6fa9a4b21c3e28 || true