Skip to content

Commit 0daf962

Browse files
chargomeclaude
andauthored
ci(size-bump): Fix path in size-limit auto-bump workflow (#20566)
The install-dependencies composite action references `env.CACHED_DEPENDENCY_PATHS` as the `actions/cache` path input. Without it, the cache step fails with `'Input required and not supplied: path'`. Mirror the env block from build.yml. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2a48cd0 commit 0daf962

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/bump-size-limits.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ permissions:
1010
pull-requests: write
1111
issues: write
1212

13+
env:
14+
CACHED_DEPENDENCY_PATHS: |
15+
${{ github.workspace }}/node_modules
16+
${{ github.workspace }}/packages/*/node_modules
17+
${{ github.workspace }}/dev-packages/*/node_modules
18+
~/.cache/mongodb-binaries/
19+
1320
concurrency:
1421
group: bump-size-limits
1522
cancel-in-progress: false

0 commit comments

Comments
 (0)