Skip to content

Commit 8377e09

Browse files
chore: apply suggestions from code review
Co-authored-by: Erick Zhao <[email protected]>
1 parent 848fd83 commit 8377e09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

blog/node-22-ecosystem-update.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ In early 2025, Electron’s npm ecosystem repos (under the `@electron/` and `@el
1010

1111
---
1212

13-
In early 2025, Electron’s npm ecosystem repos (under the `@electron/` and `@electron-forge/` namespaces) will move to Node.js 22 as the minimum supported version.
14-
1513
### What does this mean?
1614

1715
In the past, packages in Electron’s npm ecosystem (Forge, Packager, etc) have supported Node versions for as long as possible, even after a version has reached its End-Of-Life (EOL) date. This is done to make sure we don’t fragment the ecosystem—we understand that many projects depend on older versions of Node, and we don’t want to risk stranding those projects unless there was a pressing reason to upgrade.
@@ -21,7 +19,7 @@ Over time, maintenance of this policy has become increasingly difficult for a fe
2119
- Lack of official Node.js 14 macOS ARM64 builds requires us to maintain CI infrastructure workarounds to provide full test coverage.
2220
- `engines` requirements for upstream package dependencies have moved forward, making it increasingly difficult to resolve supply chain security issues with dependency bumps.
2321

24-
Additionally, newer versions of Node.js have included many improvements that we would like to leverage, such as runtime-native common utilities (e.g. `fs.glob` and `util.parseArgs`) and entire new batteries-included modules (e.g. `node:test`, `node:sqlite`).
22+
Additionally, newer versions of Node.js have included many improvements that we would like to leverage, such as runtime-native common utilities (e.g. [`fs.glob`](https://nodejs.org/api/fs.html#fsglobpattern-options-callback) and [`util.parseArgs`](https://nodejs.org/api/util.html#utilparseargsconfig)) and entire new batteries-included modules (e.g. [`node:test`](https://nodejs.org/api/test.html), [`node:sqlite`](https://nodejs.org/api/sqlite.html)).
2523

2624
### Why upgrade now?
2725

0 commit comments

Comments
 (0)