also looking at this
chore(deps): update npm to v11
#68
2 files
+3
-3
| @@ -5,11 +5,11 @@ | ||
| 5 | 5 | "description": "Test environment for Bun package manager with conflicting Node.js engines", |
| 6 | 6 | "engines": { |
| 7 | 7 | "node": ">=18.0.0", |
| 8 | "npm": ">=9.0.0" | |
| 8 | "npm": ">=11.6.2" | |
| 9 | 9 | }, |
| 10 | 10 | "volta": { |
| 11 | 11 | "node": "20.10.0", |
| 12 | "npm": "10.2.3" | |
| 12 | "npm": "11.6.2" | |
| 13 | 13 | }, |
| 14 | 14 | "scripts": { |
| 15 | 15 | "dev": "echo 'Should use Bun, not Node!'", |
| @@ -5,7 +5,7 @@ | ||
| 5 | 5 | "description": "Test environment for Bun and Node.js coexistence", |
| 6 | 6 | "engines": { |
| 7 | 7 | "node": ">=20.0.0", |
| 8 | "npm": ">=9.0.0" | |
| 8 | "npm": ">=11.6.2" | |
| 9 | 9 | }, |
| 10 | 10 | "scripts": { |
| 11 | 11 | "dev": "echo 'Testing Bun + Node.js coexistence'", |