Update Nodejs Runtime to Nodejs v20 From Nodejs v18 for Caracal Cycle

This patch update Nodejs version to Nodejs v20 From Nodejs v18 because
Nodejs v18 is in maintenance phase. So We should use
Nodejs v20(current LTS version) as the runtime for the Caracal cycle.

[1] https://nodejs.org/en/about/previous-releases
[2] https://github.com/nodejs/release#release-schedule

Change-Id: I3c90a17dfa3f8eb41bbafc5b38dc0b4f214e3cef
This commit is contained in:
manchandavishal 2023-11-06 23:01:48 +05:30
parent a7794998c1
commit 3a94805094

View File

@ -83,8 +83,8 @@ Node.js Runtime for 2024.1
Based on the available and supported versions of Node.js (in either our :ref:`LTS or stable
distributions <pti-linux-distros>` or an external source) all JavaScript testing should target:
Ref: https://nodejs.org/en/about/releases/
Ref: https://nodejs.org/en/about/previous-releases/
* Node.js 18
* Node.js 20
More details on Javascript requirements can be found in :ref:`pti-javascript`.