Skip to content

Commit 62a2604

Browse files
committed
fix decision doc
1 parent dd2a6f2 commit 62a2604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/decisions/021-node-version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Status: accepted
88

99
Node.js has a regular release cycle which is documented in the
1010
[release schedule](https://nodejs.org/en/about/releases/). At the time of this
11-
writing, there are 5 stable maintained releases: 14, 16, 18, 19, 20. I'll refer
12-
you to that documentation to understand how the release cycle works.
11+
writing, there are 5 stable maintained releases: 16, 18, and 20. I'll refer you
12+
to that documentation to understand how the release cycle works.
1313

1414
Deciding which version of Node.js to use for a project is a trade-off between
1515
using the latest features and stability.

0 commit comments

Comments
 (0)