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

Consider Upgrading Node.js Version #744

Open
hacdias opened this issue May 11, 2023 · 1 comment
Open

Consider Upgrading Node.js Version #744

hacdias opened this issue May 11, 2023 · 1 comment

Comments

@hacdias
Copy link

hacdias commented May 11, 2023

I'm opening this issue because fetching this repository with Node.js > 14 produces a warning. The current LTS version of Node.js is 18. I would suggest updating the version in package.json to the current LTC, and upgrade any dependencies if needed.

specref/package.json

Lines 35 to 37 in 04544e7

"engines": {
"node": "14.7.0"
}

@tobie
Copy link
Owner

tobie commented May 11, 2023

Totally makes sense. The only thing blocking this is time to do the work, making sure nothing breaks if we upgrade, and checking that we stay compatible with deployment on the Heroku stack. Is looking into any of this something that you'd be willing to do?

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

No branches or pull requests

2 participants