Skip to content

Commit

Permalink
chore: invalidate node_modules cache on experimental package-set
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Nov 17, 2021
1 parent 96ed907 commit 19a849f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
path: |
experimental/node_modules
experimental/*/*/node_modules
key: node-tests-experimental-${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('experimental/**/package.json') }}
key: node-tests-experimental-${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('experimental/**/package.json') }}-1

- name: Bootstrap
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 19a849f

Please sign in to comment.