Skip to content

Update Node.js version used for development and CI to 16 #42

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

Merged
merged 3 commits into from
Jan 11, 2022
Merged

Update Node.js version used for development and CI to 16 #42

merged 3 commits into from
Jan 11, 2022

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jan 11, 2022

The previous 10.x version is EOL. 16.x is the newest version in LTS status. LTS seems the most appropriate choice for the needs of this project.

The previous 10.x version is EOL. 16.x is the newest version in LTS status. LTS seems the most appropriate choice for
the needs of this project.
A new version of the lockfile format was introduced in npm 7.x. The file is now automatically updated after running
`npm install`.
The project's `@types/node` package dependency follows the major version of Node.js.

Since we are now using Node.js 16.x for the development of the project, we must also use the ^16 series of `@types/node`.
@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Jan 11, 2022
@per1234 per1234 self-assigned this Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants