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-vs-node-engines/package.jsonmodified+2-2
Changes to packages/launchpad/test-envs/bun-vs-node-engines/package.json
@@ -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.6.2"
99 },
1010 "volta": {
1111 "node": "20.10.0",
12 "npm": "10.2.3"
12 "npm": "11.6.2"
1313 },
1414 "scripts": {
1515 "dev": "echo 'Should use Bun, not Node!'",