digitalocean / nginxconfig.io

⚙️ NGINX config generator on steroids 💉
https://do.co/nginxconfig
MIT License
27.42k stars 2.01k forks source link

Update to Node.js 18 #442

Closed MattIPv4 closed 12 months ago

MattIPv4 commented 1 year ago

Type of Change

What issue does this relate to?

N/A

What should this PR do?

Update to project to Node.js 18.17.0, the latest LTS release.

Removes the engines pinning in package.json, as we're well beyond the NPM version we needed to be pinned for overrides to work. As such, also removes the logic in the Actions workflows that enforced that pinning.

What are the acceptance criteria?

Tool continues to build.

Actions workflows continue to run.