Skip to content

Commit

Permalink
Try fallback keys
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 22, 2023
1 parent 1207de1 commit b45911a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/repl-artefacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b45911a

Please sign in to comment.