File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 with :
104104 path : |
105105 experimental/node_modules
106- experimental/packages /*/node_modules
106+ experimental/* /*/node_modules
107107 key : node-tests-experimental-${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('experimental/**/package.json') }}
108108
109109 - name : Bootstrap
@@ -143,7 +143,7 @@ jobs:
143143 with :
144144 path : |
145145 experimental/node_modules
146- experimental/packages /*/node_modules
146+ experimental/* /*/node_modules
147147 key : browser-tests-experimental-${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('**/package.json') }}
148148
149149 - name : Bootstrap
Original file line number Diff line number Diff line change 2222 package-lock.json
2323 packages/*/package-lock.json
2424 benchmark/*/package-lock.json
25- backwards-compatability/*/package-lock.json
2625 metapackages/*/package-lock.json
2726 packages/*/package-lock.json
2827 integration-tests/*/package-lock.json
You can’t perform that action at this time.
0 commit comments