Skip to content

Commit 1d50950

Browse files
committed
fix(ci): cache npm in pre-publish-benchmark job (#1040)
Match the cache: "npm" setting used by every other job in publish.yml so release runs reuse the npm cache instead of re-downloading dependencies.
1 parent 11a81f2 commit 1d50950

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ jobs:
251251
- uses: actions/setup-node@v6
252252
with:
253253
node-version: "22"
254+
cache: "npm"
254255

255256
- name: Setup Python (for resolution benchmark)
256257
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)