also looking at this
chore(deps): update node.js to v22
#67
4 files
+5
-5
| @@ -4,11 +4,11 @@ | ||
| 4 | 4 | "packageManager": "bun", |
| 5 | 5 | "description": "Test environment for Bun package manager with conflicting Node.js engines", |
| 6 | 6 | "engines": { |
| 7 | "node": ">=18.0.0", | |
| 7 | "node": ">=22.21.0", | |
| 8 | 8 | "npm": ">=9.0.0" |
| 9 | 9 | }, |
| 10 | 10 | "volta": { |
| 11 | "node": "20.10.0", | |
| 11 | "node": "22.21.0", | |
| 12 | 12 | "npm": "10.2.3" |
| 13 | 13 | }, |
| 14 | 14 | "scripts": { |