We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d0cbb commit 1e8f2a1Copy full SHA for 1e8f2a1
1 file changed
apps/site/pages/en/eol.mdx
@@ -32,3 +32,15 @@ As part of the [OpenJS Ecosystem Sustainability Program](https://openjsf.org/par
32
However, this should be viewed as a temporary solution—the goal should always be to upgrade to actively supported versions.
33
34
## Upgrade Today
35
+
36
+<div className="flex flex-col gap-2">
37
+ <Button kind="special" className="!hidden dark:!block" href="/download">Get Node.js®</Button>
38
39
+ <Button kind="primary" className="!block dark:!hidden" href="/download">Get Node.js®</Button>
40
41
+ <Button kind="secondary" className="!block" href="/blog/announcements/node-18-eol-support">
42
+ <span>Get security support</span>
43
+ <br />
44
+ <small className="!text-xs">for Node.js 18 and below</small>
45
+ </Button>
46
+</div>
0 commit comments