Skip to content

Commit 0dbce11

Browse files
committed
update
1 parent 0de4276 commit 0dbce11

File tree

2 files changed

+3
-5338
lines changed

2 files changed

+3
-5338
lines changed

.github/workflows/benchmark.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ jobs:
2525
2626
- name: Run Benchmarks
2727
run: |
28-
COREPACK_ENABLE_AUTO_PIN=0
2928
npm -v
3029
vlt -v
31-
corepack yarn@1 -v
32-
corepack yarn@latest -v
33-
corepack pnpm@latest -v
30+
COREPACK_ENABLE_AUTO_PIN=0 corepack yarn@1 -v
31+
COREPACK_ENABLE_AUTO_PIN=0 corepack yarn@latest -v
32+
COREPACK_ENABLE_AUTO_PIN=0 corepack pnpm@latest -v
3433
bun -v
3534
deno -v
3635
echo "Benchmarking..."

0 commit comments

Comments
 (0)