Skip to content

Commit 75a40f7

Browse files
authored
Use npm-install action for dependency installation
1 parent 31f31b0 commit 75a40f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
node-version: "22"
2424

2525
- name: Install dependencies
26-
run: npm install
26+
uses: bahmutov/npm-install@c35a7cb7334c91342dde34eab45b35a0065d7f38
27+
with:
28+
useRollingCache: true
2729

2830
- name: Run benchmarks
2931
uses: CodSpeedHQ/action@9a74b6ba663684052277e8f342b5eb99c7442a03

0 commit comments

Comments
 (0)