Skip to content

Commit af871dd

Browse files
authored
Enable npm caching in CodSpeed workflow
Added npm caching to the workflow for faster installs.
1 parent be85f89 commit af871dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
2222
with:
2323
node-version: "22"
24+
cache: 'npm'
2425

2526
- name: Install dependencies
26-
uses: bahmutov/npm-install@c35a7cb7334c91342dde34eab45b35a0065d7f38
27+
run: npm ci
2728

2829
- name: Run benchmarks
2930
uses: CodSpeedHQ/action@9a74b6ba663684052277e8f342b5eb99c7442a03

0 commit comments

Comments
 (0)