File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export KUBELET_IMAGE='gcr.io/focal-freedom-236620/kubelet:develop'
3838export CONTROLLER_VANILLA_VERSION=' 0.0.0-dev'
3939export 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
4444export AGENT_VANILLA_VERSION=' 0.0.0-dev'
You can’t perform that action at this time.
0 commit comments