ci: drop node.js 14.x and 16.x testing#536
Conversation
|
We should remove 14 and 16 from the |
This comment was marked as outdated.
This comment was marked as outdated.
|
@bmish Can you review this PR and its related issues when you have a moment? |
|
I was originally planning to delay modifying engines until the repo is compatible with ESLint v9, then change the prerequisites of |
|
@bmish is MIA so I'll approve and merge this. We should add Node 20.x to the matrix in another PR. Thanks for all your work in this repo! |
Thank you! This makes it cleaner for the follow-on PRs. I'm happy to work on this knowing you are there to review and merge. 🙂 I don't think we need @bmish at this time. He may still be traveling. |
Agreed, however the workflow is not yet compatible with Node.js >= 20 (otherwise I would have already added it). I am however planning to look at this. |
14.xand16.xtesting in CI #535Issue
14.xand16.xreached Node.js End-of-life more than one year ago and so are unsupported by Node.js.^18.18.0. This rules out Node.js14.xand16.x.Change
14.xand16.xfrom thenode-versionmatrix in .github/workflows/ci.yml.