Skip to content

Commit 23fc490

Browse files
chore(deps): update npm to v11
1 parent 1819f76 commit 23fc490

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/launchpad/test-envs/bun-vs-node-engines/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "Test environment for Bun package manager with conflicting Node.js engines",
66
"engines": {
77
"node": ">=18.0.0",
8-
"npm": ">=9.0.0"
8+
"npm": ">=11.5.2"
99
},
1010
"volta": {
1111
"node": "20.10.0",
12-
"npm": "10.2.3"
12+
"npm": "11.5.2"
1313
},
1414
"scripts": {
1515
"dev": "echo 'Should use Bun, not Node!'",

packages/launchpad/test-envs/bun-with-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Test environment for Bun and Node.js coexistence",
66
"engines": {
77
"node": ">=20.0.0",
8-
"npm": ">=9.0.0"
8+
"npm": ">=11.5.2"
99
},
1010
"scripts": {
1111
"dev": "echo 'Testing Bun + Node.js coexistence'",

0 commit comments

Comments
 (0)