mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
node: upgrade to 22.11.0 LTS
Upgrade Version 22.11.0 'Jod' (LTS) Notable Changes This release marks the transition of Node.js 22.x into Long Term Support (LTS) with the codename 'Jod'. The 22.x release line now moves into "Active LTS" and will remain so until October 2025. After that time, it will move into "Maintenance" until end of life in April 2027. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
7ce6b6866e
commit
af7183fc30
@@ -1,6 +1,6 @@
|
||||
--- a/lib/internal/modules/cjs/loader.js
|
||||
+++ b/lib/internal/modules/cjs/loader.js
|
||||
@@ -1650,7 +1650,8 @@ Module._initPaths = function() {
|
||||
@@ -1779,7 +1779,8 @@ Module._initPaths = function() {
|
||||
path.resolve(process.execPath, '..') :
|
||||
path.resolve(process.execPath, '..', '..');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user