mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-05 16:58:01 +00:00
feat: add node v22 and npm v10 support (#2695)
* add node 22 support * add debug stuff * try upgrading npm * remove node 16 * debug * remove tmux * only allow 22.9 onwards * try 22.8 * try 22.7 * test more 22.x versions * test more versions * switch back to 22.x, clean up * update README
This commit is contained in:
@@ -65,6 +65,6 @@
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"npm": ">=7.10.0 < 10.0.0"
|
||||
"npm": ">=7.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user