node-releases 2.0.49 → 2.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/processed/envs.json +16 -0
- package/package.json +1 -1
package/data/processed/envs.json
CHANGED
|
@@ -2950,5 +2950,21 @@
|
|
|
2950
2950
|
"lts": false,
|
|
2951
2951
|
"security": false,
|
|
2952
2952
|
"v8": "14.6.202.34"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"name": "nodejs",
|
|
2956
|
+
"version": "26.4.0",
|
|
2957
|
+
"date": "2026-06-24",
|
|
2958
|
+
"lts": false,
|
|
2959
|
+
"security": false,
|
|
2960
|
+
"v8": "14.6.202.34"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"name": "nodejs",
|
|
2964
|
+
"version": "26.5.0",
|
|
2965
|
+
"date": "2026-07-08",
|
|
2966
|
+
"lts": false,
|
|
2967
|
+
"security": false,
|
|
2968
|
+
"v8": "14.6.202.34"
|
|
2953
2969
|
}
|
|
2954
2970
|
]
|