javascript
javascript copied to clipboard
Add node 21 to CI
https://nodejs.org/en/blog/announcements/v21-release-announce
Uneven node versions never become stable (lts). Are you sure you want to add it?
@SleeplessByte Yes. I think we should keep the LTS (18) and latest (21) versions in CI. I guess many users installing nodejs first time might install the latest version.
The latest version when uneven often just doesn't work for various reasons. I don't think we will be able to solve the issues that they run into.
Can we mark the 21 one as "allowed to fail"?
I do think we should add 20!