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

USWDS - Update node version in .tool-versions file #5927

Closed
amyleadem opened this issue May 14, 2024 · 0 comments · Fixed by #5932
Closed

USWDS - Update node version in .tool-versions file #5927

amyleadem opened this issue May 14, 2024 · 0 comments · Fixed by #5932
Assignees
Milestone

Comments

@amyleadem
Copy link
Contributor

amyleadem commented May 14, 2024

Summary

USWDS currently specifies Node version 20.9.0 in its .tool-versions file. We encountered the following warnings during npm install when using node v20.9.0:

(node:18763) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit

The current node LTS version is 20.13.1. We should update tool-versions to use this version of Node instead.

@amyleadem amyleadem self-assigned this May 14, 2024
@github-actions github-actions bot added the Status: Triage We're triaging this issue and grooming if necessary label May 14, 2024
@amyleadem amyleadem removed the Status: Triage We're triaging this issue and grooming if necessary label May 14, 2024
@amyleadem amyleadem added this to the uswds 3.8.1 milestone May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant