-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature request: add support for node@18 (current LTS) #376
Comments
Echoing @pozil, it would be great if this could be updated. I am wanting to implement this into our tests, but my team is running node v18 and therefore we cannot even begin using the tool. |
My team is also using Node v18.14.0, but only LWC has to use Node v16.19.0, so I would be happy to see it upgraded. However, I have confirmed that unit test works even with Node v18.14.0, although I get WARNING when I do npm install, so just updating the required node version may not be a problem. |
Given that Node 16 is EOL very soon, this is an absolute MUST |
Hi folks, Sa11y has got the Node v18 compatibility now in v5.1.0. |
Hi team, could you upgrade sa11y so that it supports the latest Node LTS version (v18)?
For reference, when installing a project that contains sa11y with node@18, you get these warnings:
From my experience, sa11y works just fine despite the warnings.
The text was updated successfully, but these errors were encountered: