Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 43665c5

Browse files
authored
docs: remove Astro link in v3.9 blog post (nodejs upgrade) (facebook#11469)
1 parent 7b33dc1 commit 43665c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/releases/3.9/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import BrowserWindow from '@site/src/components/BrowserWindow';
2424

2525
In [#11408](https://github.com/facebook/docusaurus/pull/11408), we have dropped support for Node.js 18, and the new minimum required Node.js version is now v20.0.
2626

27-
Although it may look like a runtime requirement breaking change, Node.js 18 reached [End-of-Life](https://nodejs.org/en/about/releases/). It [won't receive security updates](https://nodejs.org/en/blog/announcements/node-18-eol-support), and you shouldn't use it anymore. Dropping End-of-Life versions of Node.js on minor version releases is a common practice in the Node.js ecosystem (see for examples [Astro 5.8](https://astro.build/blog/astro-580/)), that we now officially endorse and document on our [release process](/community/release-process#nodejs-support).
27+
Although it may look like a runtime requirement breaking change, Node.js 18 reached [End-of-Life](https://nodejs.org/en/about/releases/). It [won't receive security updates](https://nodejs.org/en/blog/announcements/node-18-eol-support), and you shouldn't use it anymore. Dropping End-of-Life versions of Node.js on minor version releases is a common practice in the Node.js ecosystem, that we now officially endorse and document on our [release process](/community/release-process#nodejs-support).
2828

2929
This upgrade is further motivated by our dependencies:
3030

0 commit comments

Comments
 (0)