Skip to content

Commit d9700fb

Browse files
committed
Updated node version to 14
1 parent ac5bcff commit d9700fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/controller/install_node.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ install_node() {
2222
export NVM_DIR="${HOME}/.nvm"
2323
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
2424
fi
25-
nvm install v10.16.3
26-
nvm use v10.16.3
25+
nvm install v14.19.0
26+
nvm use v14.19.0
2727
ln -Ffs $(which node) /usr/local/bin/node
2828
ln -Ffs $(which npm) /usr/local/bin/npm
2929

test/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export KUBELET_IMAGE='gcr.io/focal-freedom-236620/kubelet:develop'
3838
export CONTROLLER_VANILLA_VERSION='0.0.0-dev'
3939
export CONTROLLER_REPO='iofog/iofog-controller-snapshots'
4040
# Token to access develop versions of Controller
41-
export CONTROLLER_PACKAGE_CLOUD_TOKEN=""
41+
export CONTROLLER_PACKAGE_CLOUD_TOKEN="3b4ee4b0aac01b954034e1e1c628fcbe7113b299c9934424"
4242

4343
# Agent version for vanilla deploys
4444
export AGENT_VANILLA_VERSION='0.0.0-dev'

0 commit comments

Comments
 (0)