Sampo Silvennoinen
Sampo Silvennoinen
There were some leftovers from when Node 20 was added to CI and 12/14 were dropped. - Remove Node 12 specific dependency install. It is not used anymore. - Run...
Node 22 just became the "current" Node.js release and will be the next LTS version. Add it to version matrix in CI.
Add current LTS Node.js versions to CI version matrix. Also updates the checkout action version to current.
Adds current Node versions (18, 20, & 22), which were not part of test matrix. Also removes non-LTS version 17. The checkout action itself used quite an old version, so...
The version matrix was missing all currently supported Node versions. Add them to run PR tests / lints with modern Node versions too.
Adds Node.js 22 to version matrix of CI workflow. Also updates actions used in pipeline from V3 to V4. The V3 version was giving deprecation warnings when run.
Add Node 24 to CI version matrix. It is the next LTS version. Seems to pass without new issues.
Add Node.js 24 to version matrix. It is the next LTS version.