ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update npm to v11

#68
Closed renovate[bot] wants to merge renovate/npm-11.x into main
2 files +3 -3
packages/launchpad/test-envs/bun-with-nodejs/package.jsonmodified+1-1
Changes to packages/launchpad/test-envs/bun-with-nodejs/package.json
@@ -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.6.2"
99 },
1010 "scripts": {
1111 "dev": "echo 'Testing Bun + Node.js coexistence'",