Problem description
Examples in the README.md file list old unsupported Node.js versions.
each specify node: [10, 12].
According to the Node.js release schedule the versions 10 and 12 are already in the category End-of-Life Release and so are not ideal to be contained in good current examples.
Suggested fix
Update the examples in the README.md file to specify node: [14, 16, 18] according to the Release schedule for versions in status "Maintenance" and "LTS".
Problem description
Examples in the README.md file list old unsupported Node.js versions.
each specify
node: [10, 12].According to the Node.js release schedule the versions 10 and 12 are already in the category End-of-Life Release and so are not ideal to be contained in good current examples.
Suggested fix
Update the examples in the README.md file to specify
node: [14, 16, 18]according to the Release schedule for versions in status "Maintenance" and "LTS".