We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2e4ea commit 6b13ca4Copy full SHA for 6b13ca4
.github/workflows/benchmark.yml
@@ -12,5 +12,5 @@ jobs:
12
- name: Run benchmarks
13
uses: CodSpeedHQ/action@v1
14
with:
15
- run: pnpm x bench/all.ts
+ run: node --version && pnpm x bench/all.ts
16
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments