Skip to content

Commit ccf912d

Browse files
committed
fix: use correct node command
1 parent 016acb6 commit ccf912d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- name: Run benchmarks
2222
uses: CodSpeedHQ/action@v3
2323
with:
24-
run: node benches/bench.mjs
24+
run: node --loader ts-node/esm resources/use-tinybench.ts
2525
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)