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
Copy file name to clipboardExpand all lines: packages/cli/src/commands/project/list.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ export default async function list(
94
94
}
95
95
96
96
output.warn(
97
-
`The following Node.js versions will be deprecated soon: ${upcomingDeprecationVersionsList.join(
97
+
`The following Node.js versions are deprecated: ${upcomingDeprecationVersionsList.join(
98
98
', '
99
-
)}. Please upgrade your projects immediately.`
99
+
)} and will be discontinued soon. Please upgrade your projects immediately.`
100
100
);
101
101
output.log(
102
102
'For more information visit: https://vercel.com/docs/functions/serverless-functions/runtimes/node-js#node.js-version'
0 commit comments