Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit ef28819

Browse files
cstrykerjimmyjayp
andauthored
Feature/nr 27353 update node (#183)
* Update Node to 16.15.1 * --amend Co-authored-by: James Price <[email protected]>
1 parent 4201d85 commit ef28819

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sandbox/defaults.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sandutil_load_options $CSBE_SANDBOX || { echo "failed to load options" >&2 && re
3737
# Uncomment and setup if node is required. Available versions can be seen
3838
# with the command:
3939
# ssh $DT_CLOUD_SERVER ls /home/web/SandboxRepos/software/node-$DT_OS_TYPE-*
40-
export CSBE_NODE_VER=16.13.2
40+
export CSBE_NODE_VER=16.15.1
4141
export PATH=$CSBE_SANDBOX/node/bin:$CSBE_TOP/node_modules/.bin:./node_modules/.bin:$PATH
4242

4343
# Add $MY_SANDBOX/bin to the search path

sandbox/shared/sandbox_config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Common routines for codestream-server sandboxes
33

44
# Defaults values
5-
[ -n "$CSBE_NODE_VER" ] && _defaultNodeVersion=$CSBE_NODE_VER || _defaultNodeVersion=16.13.2
5+
[ -n "$CSBE_NODE_VER" ] && _defaultNodeVersion=$CSBE_NODE_VER || { _defaultNodeVersion=16.15.1 && echo "CSBE_NODE_VER not defined. THIS IS BAD"; }
6+
67
[ -z "$CSBE_API_DEFAULT_PORT" ] && export CSBE_API_DEFAULT_PORT=12079
78

89
function sbcfg_is_mono_repo_installation {

0 commit comments

Comments
 (0)