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:
Mayukha Vadari
2024-12-11 16:50:41 -08:00
committed by GitHub
parent 305f2c48bf
commit e42d418662
4 changed files with 16 additions and 21 deletions

View File

@@ -65,6 +65,6 @@
],
"engines": {
"node": ">=18.0.0",
"npm": ">=7.10.0 < 10.0.0"
"npm": ">=7.10.0"
}
}