Skip to content

Commit 226f27e

Browse files
committed
[cli] update warning message for clarity
1 parent e960c6d commit 226f27e

File tree

1 file changed

+2
-2
lines changed
  • packages/cli/src/commands/project

1 file changed

+2
-2
lines changed

packages/cli/src/commands/project/list.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ export default async function list(
9494
}
9595

9696
output.warn(
97-
`The following Node.js versions will be deprecated soon: ${upcomingDeprecationVersionsList.join(
97+
`The following Node.js versions are deprecated: ${upcomingDeprecationVersionsList.join(
9898
', '
99-
)}. Please upgrade your projects immediately.`
99+
)} and will be discontinued soon. Please upgrade your projects immediately.`
100100
);
101101
output.log(
102102
'For more information visit: https://vercel.com/docs/functions/serverless-functions/runtimes/node-js#node.js-version'

0 commit comments

Comments
 (0)