next-runtime icon indicating copy to clipboard operation
next-runtime copied to clipboard

Upgrade minimum Node version to 14 in netlify-plugin-next

Open ericapisani opened this issue 2 years ago • 3 comments

Currently the "engines" property in the plugin's package.json is set to node v12.

Given node 12 was EOLed recently, this should be upgraded to 14.

ericapisani avatar Jul 20 '22 17:07 ericapisani

For frameworks plugins we've been matching the minimum versions in the frameworks themselves. Last time I checked, Next.js still supports 12, but hopefully that will change soon. Gatsby moved to 14 last year, which is why we can require that.

ascorbic avatar Jul 21 '22 08:07 ascorbic

With Next v13, the minimum node version is v14: Docs

charkour avatar Dec 28 '22 15:12 charkour

Will need to hold off on updating since Next v12 still has node 12 as the minimum.

taty2010 avatar Feb 28 '23 18:02 taty2010