salesforce/sa11y

Install fails on node version 18?

lukethacoder opened this issue · 2 comments

Is there a reason the packages are flagged at ^14 || ^16?

Node 14 EOL is in April, and node 16 EOL is later this year in October. ref

The node version was flagged as ^14 || ^16 from what it was earlier as ^14 was just to have the CI pipeline(circleCI & github-actions) execute for both versions.

There's no install failure issues on node version 18 and we shall update the package to consider using ^18 before the EOL dates and other packages starts picking up the update. Entered W-12472133 in the backlog to track this

image

Attempting to install using v18 does fail. Keen to see the package updated to include node v18