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
`The following Node.js versions will be deprecated soon: ${upcomingDeprecationVersionsList.join(
97
+
`The following Node.js versions are deprecated: ${upcomingDeprecationVersionsList.join(
93
98
', '
94
-
)}. Please upgrade your projects immediately.`
99
+
)} and will be discontinued soon. Please upgrade your projects immediately.`
95
100
);
96
101
output.log(
97
102
'For more information visit: https://vercel.com/docs/functions/serverless-functions/runtimes/node-js#node.js-version'
0 commit comments