You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v8-migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You should read this full document to understand what options you need to change
31
31
32
32
### Node.js support {#nodejs-support}
33
33
34
-
All Babel 8 packages require Node.js `^22.18.0 || >=24.11.0`. We highly encourage you to use the newest LTS version of Node.js (v24): see [nodejs/Release](https://github.com/nodejs/Release) for more information.
34
+
All Babel 8 packages require Node.js `^22.18.0 || >=24.11.0`. We highly encourage you to use the Active LTS version of Node.js (v24): see [nodejs/Release](https://github.com/nodejs/Release) for more information.
35
35
36
36
This just means Babel _itself_ won't run on older versions of Node. It can still _output_ code that runs on old Node versions.
0 commit comments