Update Node Versions (for tests) (#3237)

* Update Node Versions (for tests)

- Move all test to a single file
- test on Node 20, 22 and 24 - on Windows and Ubuntu
- Sort `package.json` (with VS Code extension of this https://www.npmjs.com/package/sort-package-json)

* Update test.yml
This commit is contained in:
Christian Oliff
2025-06-04 18:30:00 +09:00
committed by GitHub
parent fdd2d89351
commit 9a9f4e1990
6 changed files with 30 additions and 57 deletions

3
package-lock.json generated
View File

@@ -26,8 +26,7 @@
"strip-json-comments": "^5.0.1"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=20"
}
},
"node_modules/@aashutoshrathi/word-wrap": {