-
Notifications
You must be signed in to change notification settings - Fork 35
Chore: drop Node.js 8 support #294
Comments
To be more precise, the core Functions plugin should always use Node 12 in production (as other core plugins), but Node 8 could still be used when all of the following apply:
Maybe, that's too much of an edge case to worry. What do you think? |
Thanks for clarifying, I was only thinking about the core plugin use case.
Probably better to be on the safe side unless we have an urgent reason to upgrade. |
Linking this branch for future reference. |
Node 8 had to be dropped in all methods except |
After doing some research, I would suggest that we directly drop Node 8 support in the whole package (including
What are your thoughts? Note: this would also moving the |
This sounds great, thanks for following up on this @ehmicky! I've assigned this to myself, I'm happy to take it from here. |
This might be required to fix #477 |
Following up with netlify/cli#1568, we should be good now with dropping Node.js 8 support for the
zip-it-and-ship-it
.The text was updated successfully, but these errors were encountered: