Skip to content

Commit 87caa5b

Browse files
committed
ci: Ensure not _all_ node_module folders go into cached dependency paths
As e.g. `rrweb` has a `node_modules` folder in the build dir.
1 parent 8fd925c commit 87caa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323
CACHED_DEPENDENCY_PATHS: |
2424
${{ github.workspace }}/node_modules
25-
${{ github.workspace }}/packages/**/node_modules
25+
${{ github.workspace }}/packages/*/node_modules
2626
~/.cache/ms-playwright/
2727
~/.cache/mongodb-binaries/
2828

0 commit comments

Comments
 (0)