From b45911ae10f6b2100b753153f32533c17ce47745 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Mon, 22 May 2023 13:33:43 +0200 Subject: [PATCH] Try fallback keys --- .github/workflows/repl-artefacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/repl-artefacts.yml b/.github/workflows/repl-artefacts.yml index 87c9f8ce055..509198cef4c 100644 --- a/.github/workflows/repl-artefacts.yml +++ b/.github/workflows/repl-artefacts.yml @@ -29,6 +29,8 @@ jobs: with: path: node_modules key: node-modules-${{ runner.os }}-${{ hashFiles('package-lock.json') }} + restore-keys: | + node-modules-${{ runner.os }}- - name: Install dependencies if: steps.cache-node-modules.outputs.cache-hit != 'true' run: npm ci --ignore-scripts