You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
Describe the bug
NodeJS 16 went end of life on 11 Sept 2023. According to Netlify, The functions runtime for Node.js 16.x were deprecated on April 25, 2024.
To Reproduce
Steps to reproduce the behavior:
Attempt deploying site using nodeJS 18 or above.
An error code will be produced on build step and fail the deployment.
Expected behavior
Since JS16 is EOL, I did actually expect this. The requirement of setting of nodeJS 16 is not mentioned anywhere in the README and based on the selections in Netlify, it wouldn't be obvious to select something end of life. 18 is the lowest supported version on Netlify.
Screenshots
Desktop (please complete the following information):
Waterfox
6.5.6 (64-bit)
Additional context
Likely it is just the dependencies that need to be updated. The repo it was inspired by has had updates as recent as 8 months ago.