Skip to content

Commit ebd4f92

Browse files
committed
chore(ci): use newer codspeed action
1 parent 2d3c043 commit ebd4f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292

9393
- name: Run benchmarks with tinybench-plugin
9494
if: matrix.skip-tinybench != true
95-
uses: CodSpeedHQ/action@feat/node-script
95+
uses: CodSpeedHQ/action@feat/v8-flags-from-codspeed-node-core
9696
with:
9797
run: pnpm --filter ${{ matrix.example }} bench-tinybench
9898
env:
9999
CODSPEED_SKIP_UPLOAD: true
100100
- name: Run benchmarks with benchmark.js-plugin
101-
uses: CodSpeedHQ/action@feat/node-script
101+
uses: CodSpeedHQ/action@feat/v8-flags-from-codspeed-node-core
102102
with:
103103
run: pnpm --filter ${{ matrix.example }} bench-benchmark-js
104104
env:

0 commit comments

Comments
 (0)