Skip to content

Commit

Permalink
Merge pull request #3548 from zowe/users/oscar/updatenodeversions
Browse files Browse the repository at this point in the history
Update node version 14, 16 & 18
  • Loading branch information
ojcelis authored Aug 30, 2023
2 parents fc860e2 + b7fad0e commit 7952716
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ env:
DEFAULT_ZOWE_EXT_ARTIFACTORY_PATTERN: libs-snapshot-local/org/zowe/{ext-name}/*/{ext-name}-*.pax

# below block can be overwritten, adjusted by DevOps only
# ZOS_NODE_VERSION more to choose from: v14.21.3, v16.19.1
ZOS_NODE_VERSION: v14.21.3
# ZOS_NODE_VERSION more to choose from: v14.21.3.1, v16.20.1
ZOS_NODE_VERSION: v14.21.3.1
CLIENT_NODE_VERSION: v12.18.3
INSTALL_TEST_DEBUG_INFORMATION: zowe-install-test:*
SANITY_TEST_DEBUG_INFORMATION: zowe-sanity-test:*
Expand Down
2 changes: 1 addition & 1 deletion .pax/pre-packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ SCRIPT_NAME=$(basename "$0") # $0=./pre-packaging.sh
BASE_DIR=$(cd $(dirname "$0"); pwd) # <something>/.pax

# use node v14 to build
export NODE_HOME=/ZOWE/node/node-v14.21.3-os390-s390x
export NODE_HOME=/ZOWE/node/node-v14.21.3.1-os390-s390x

ZOWE_ROOT_DIR="${BASE_DIR}/content"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe(testSuiteName, () => {
{
'zowe_build_local': process.env['ZOWE_BUILD_LOCAL'],
'zowe_custom_for_test': 'true',
'zos_node_home': '/ZOWE/node/node-v14.21.3-os390-s390x',
'zos_node_home': '/ZOWE/node/node-v14.21.3.1-os390-s390x',
'zowe_lock_keystore': 'false',
}
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe(testSuiteName, () => {
{
'zowe_build_local': process.env['ZOWE_BUILD_LOCAL'],
'zowe_custom_for_test': 'true',
'zos_node_home': '/ZOWE/node/node-v16.19.1-os390-s390x',
'zos_node_home': '/ZOWE/node/node-v16.20.1-os390-s390x',
'zowe_lock_keystore': 'false',
}
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe(testSuiteName, () => {
{
'zowe_build_local': process.env['ZOWE_BUILD_LOCAL'],
'zowe_custom_for_test': 'true',
'zos_node_home': '/ZOWE/node/node-v18.14.2',
'zos_node_home': '/ZOWE/node/node-v18.16.0',
'zowe_lock_keystore': 'false',
}
);
Expand Down

0 comments on commit 7952716

Please sign in to comment.