Update Nodejs Runtime to Nodejs14 From Nodejs10 for Xena Cycle

This patch update Nodejs version to Nodejs14 From Nodejs10 because
Nodejs10 is going to EOL by April 2021 [1]. So We should use
Nodejs14(current LTS version) as the runtime for the Xena cycle.

[1] https://nodejs.org/en/about/releases/

Change-Id: I1c5bf670267abcb8c8a1937fd594077594010bd2
This commit is contained in:
manchandavishal
2021-04-27 19:29:26 +05:30
parent 53d5e75908
commit 570ee0d0af

View File

@ -31,7 +31,7 @@ Node.js Runtime for Xena
Based on the available versions of Node.js supported in our :ref:`LTS or stable
distributions <pti-linux-distros>` all JavaScript testing should target:
* Node.js 10
* Node.js 14
More details on Javascript requirements can be found in :ref:`pti-javascript`.