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 0a1a58a commit 73c738dCopy full SHA for 73c738d
packages/launchpad/test-envs/bun-vs-node-engines/package.json
@@ -5,11 +5,11 @@
5
"description": "Test environment for Bun package manager with conflicting Node.js engines",
6
"engines": {
7
"node": ">=18.0.0",
8
- "npm": ">=9.0.0"
+ "npm": ">=11.5.2"
9
},
10
"volta": {
11
"node": "20.10.0",
12
- "npm": "10.2.3"
+ "npm": "11.5.2"
13
14
"scripts": {
15
"dev": "echo 'Should use Bun, not Node!'",
packages/launchpad/test-envs/bun-with-nodejs/package.json
@@ -5,7 +5,7 @@
"description": "Test environment for Bun and Node.js coexistence",
"node": ">=20.0.0",
"dev": "echo 'Testing Bun + Node.js coexistence'",
0 commit comments