Skip to content
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

Standardize local development on Node.js 18 to align with CI configuration #46

Closed
adamalston opened this issue Nov 20, 2023 · 0 comments · Fixed by #47
Closed

Standardize local development on Node.js 18 to align with CI configuration #46

adamalston opened this issue Nov 20, 2023 · 0 comments · Fixed by #47
Assignees

Comments

@adamalston
Copy link
Owner

adamalston commented Nov 20, 2023

The GitHub CI workflow is configured to test against Node versions 16, 18, and the latest LTS version. However, there is not a specified Node.js version for local development, which could potentially lead to developers using different Node versions and encountering unforeseen compatibility issues.

By addressing this issue, a consistent development environment can be maintained while ensuring the application remains compatible with both Node v18 and the latest LTS version as verified by the CI pipeline.

Node v16 usage in CI should be removed since its end-of-life date has passed: https://nodejs.org/en/blog/announcements/nodejs16-eol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant