Skip to content

Commit

Permalink
fix: don't run the npm CLI benchmarks with isolated node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 17, 2024
1 parent 550da3b commit a674806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchmarks/commandsMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default {
'--cache=cache',
'--registry=https://registry.npmjs.org/',
'--legacy-peer-deps',
'--install-strategy=linked',
// npm CLI fails on the benchmarks with this option. So, commenting out for now.
// '--install-strategy=linked',
]
},
pnpm: {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"write-yaml-file": "^4.2.0"
},
"engines": {
"pnpm": "8"
"pnpm": "8 || 9"
}
}

0 comments on commit a674806

Please sign in to comment.