oxc/tasks/benchmark/codspeed/package.json
Wang Wenzhe d3b7fc75f4
chore(task): add specific pnpm version for codespeed task (#3010)
> Corepack is about to download
https://registry.npmjs.org/pnpm/-/pnpm-9.0.0.tgz. 
> Cannot perform a frozen installation because the version of the
lockfile is incompatible with this version of pnpm

https://github.com/oxc-project/oxc/actions/runs/8703527853/job/23877194263?pr=2874
2024-04-16 21:46:40 +08:00

10 lines
184 B
JSON

{
"name": "oxc_benchmark",
"version": "0.0.0",
"devDependencies": {
"axios": "^1.6.8",
"express": "^4.18.3",
"tar": "^6.2.0"
},
"packageManager": "pnpm@8.15.7"
}