-
Notifications
You must be signed in to change notification settings - Fork 316
feat: support latest nodejs version #218
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
Conversation
support: latest nodejs version
|
LGTM but the description does not match the actual PR: - node-version: [14.x]
+ node-version: [14.x, 18.x, 20.x, 22.x](and tbh I don't think we need to test against 14.x; even 18.x expires in 3 weeks) |
|
Also it looks like the GitHub actions are not even running? |
|
They do run, but there's not a lot of activity on this repo. |
|
GitHub Actions only run on pull requests by external contributors when we approve them for security reasons. |
|
I don't see the point for this library of testing against a whole matrix of node versions. Upgrading to 22.x is probably enough. |

This PR updates our GitHub Actions workflow by upgrading to actions/checkout@v4 and actions/setup-node@v4 (edited) with yarn caching while expanding the Node.js matrix to 22.x (edited) for enhanced compatibility testing.