-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(tests): Update nodejs versions #715
Conversation
In the meantime https://github.com/Falci/hsd/blob/1fc2bc1f3ba3fab4dc81e8b93a7a049d0d409b40/docs/install.md:
|
I see that it's
"engines": {
"node": ">=8.0.0"
}, For me it's quite confusing that something is being tested against newest versions while still allowing old versions where the installation likely fails. |
A recent issue #714 (comment) which is related to my comment above. |
https://handshake.org/download/ says:
|
All good points @handshake-enthusiast I see from nodejs website that v12 is EOL in just a few days! (April 30) So it does seem prudent to update all the places you found, 14 is the new minimum and that should be reflected in package.json, the docs, and all the CI scripts. |
You could just add new version on the matrix:
|
Ok, here's the recent changes:
|
Node v18.0.0 (Current)
Update LTS versions: https://nodejs.org/en/about/releases/