From 95d98daa2fd8b3729d748c397142e9789b156993 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:53:15 -0700 Subject: [PATCH] ci: omit branch from npm cache key --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e02aaf2..33ea2cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,8 @@ jobs: node-version: "16.*" - run: node --version && npm --version - checkout - - node/install-packages + - node/install-packages: + include-branch-in-cache-key: false - run: name: Test command: npm run test @@ -137,6 +138,7 @@ jobs: # the Node orb doesn't understand the default cache path on Windows # make sure to use a path that works with Windows Node.js AND MSYS/MinGW bash cache-path: "C:/tmp/npm-cache" + include-branch-in-cache-key: false - run: name: Test command: npm run test