We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node 16 is no longer supported as per the release schedule: https://nodejs.org/en/about/previous-releases. Tools such as addons-linter and web-ext no longer support Node < 18 officially, but today we were forced to fix the linter to let it run in the add-ons pipeline (see: https://github.com/mozilla/addons-linter/releases/tag/6.31.1).
We should update the Node version to v18 at least, ideally everywhere it's used so that we are consistent.
The text was updated successfully, but these errors were encountered:
Update default node version to 20
9dc2b66
Fixes mozilla-extensions#230
Update default node version to 20 (#237)
117d2b8
Fixes #230
Successfully merging a pull request may close this issue.
Node 16 is no longer supported as per the release schedule: https://nodejs.org/en/about/previous-releases. Tools such as addons-linter and web-ext no longer support Node < 18 officially, but today we were forced to fix the linter to let it run in the add-ons pipeline (see: https://github.com/mozilla/addons-linter/releases/tag/6.31.1).
We should update the Node version to v18 at least, ideally everywhere it's used so that we are consistent.
The text was updated successfully, but these errors were encountered: