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 f1ab53a commit cfb18d7Copy full SHA for cfb18d7
.github/workflows/test.yml
@@ -91,4 +91,4 @@ jobs:
91
- name: Install dependencies
92
run: pnpm install --frozen-lockfile --ignore-scripts
93
- name: Run benchmark
94
- run: ./test/benchmark.js
+ run: node ./test/benchmark.js
0 commit comments