updated .cirrus.yml

This commit is contained in:
Lorenzo Pichilli 2021-02-10 14:10:12 +01:00
parent 2aec598417
commit 65d7d1c9b3
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ task:
install_node_script:
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
- export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
- nvm install node
- $NVM_DIR/nvm.sh install node
- cd ./nodejs_server_test_auth_basic_and_ssl
- npm install
upgrade_script: