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

Lookout: update Node and Yarn toolsets for development and building #3041

Open
richscott opened this issue Oct 12, 2023 · 0 comments
Open

Lookout: update Node and Yarn toolsets for development and building #3041

richscott opened this issue Oct 12, 2023 · 0 comments
Labels
component/lookout Lookout related changes

Comments

@richscott
Copy link
Member

The Lookout codebase currently uses/assumes that development and builds are done with Node version 16 (specifically, v16.14.2) and Yarn 1.x (specifically, 1.22.18). Node version 16 reached its End-of-Life status on Sept 11, 2023, and will not be receiving any more updates. See https://nodejs.dev/en/about/releases/ for the support calendar.

The Lookout codebase should be tested with at least Node version 18 (which is in LTS status through at least April 2025) or version 20 (which will be supported through April 2026). All container Dockerfiles & CI scripts should be updated as well. The version of Yarn should be updated to version 3.6.x (or higher) and thoroughly tested. Note that version 3 of Yarn has (optional) different handling of node_modules installation - see https://dev.to/arcanis/yarn-3-0-performances-esbuild-better-patches-e07 .

@richscott richscott added the component/lookout Lookout related changes label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/lookout Lookout related changes
Projects
None yet
Development

No branches or pull requests

1 participant