Skip to content

Commit

Permalink
fix: use correct node command
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Oct 9, 2024
1 parent 016acb6 commit ccf912d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with:
run: node benches/bench.mjs
run: node --loader ts-node/esm resources/use-tinybench.ts
token: ${{ secrets.CODSPEED_TOKEN }}

0 comments on commit ccf912d

Please sign in to comment.