We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45395c6 commit d012d62Copy full SHA for d012d62
.circleci/config_continue.yml
@@ -61,6 +61,7 @@ jobs:
61
62
echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV
63
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
64
+ - run: node --version
65
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
66
- run: go version
67
- run: rm -rf /etc/alternatives/java
0 commit comments