The contributing guidelines state that node@lts is supported but LTS has been 22 for over a year.
Using 22 prevents running yarn build as the assert keyword was removed in 22 and replaced with with. See the following issue for additional details.
Happy to amend the documentation to clearly state the parser is using 20 or work on making the changes required to upgrade to 22.
The contributing guidelines state that
node@ltsis supported but LTS has been22for over a year.Using
22prevents runningyarn buildas theassertkeyword was removed in22and replaced withwith. See the following issue for additional details.Happy to amend the documentation to clearly state the parser is using
20or work on making the changes required to upgrade to22.