This release promotes Node.js 16 to be the default runtime in fresh-node.
Get started by installing, updating, or learning more, at:
Changelog:
Node.js 16 is now the default environment for the fresh-node command. This addresses an issue with Vue.js development using Vite 3, which did not work well under Node.js 14. (Thanks Lucas Werkmeister,
T314051).
Note that most projects still test on Node.js 14 in WMF CI. [1] If you find that some of your tests don't yet pass under Node.js 16, fret not! Node.js 14 and 12 remain available via the bundled fresh-node14 and fresh-node12 commands.
--
Timo Tijhof