Skip to content

Commit 78b307a

Browse files
committed
run benchmark on v10 version of pnpm
1 parent 2acb10f commit 78b307a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async function run () {
117117
fs.promises.mkdir(BENCH_IMGS, { recursive: true }),
118118
])
119119
spawn.sync('pnpm', ['init', '--yes'], { cwd: managersDir })
120-
spawn.sync('pnpm', ['add', 'npm@latest', 'pnpm@next-9'], { cwd: managersDir, stdio: 'inherit' })
120+
spawn.sync('pnpm', ['add', 'npm@latest', 'pnpm@next-10'], { cwd: managersDir, stdio: 'inherit' })
121121
spawn.sync('yarn', ['set', 'version', 'stable'], { cwd: managersDir, stdio: 'inherit' })
122122
const formattedNow = new Intl.DateTimeFormat('en-US', { dateStyle: 'medium', timeStyle: 'short' }).format(new Date())
123123
const pms = [ 'npm', 'pnpm', 'yarn', 'yarn_pnp' ]

0 commit comments

Comments
 (0)