updated .cirrus.yml
This commit is contained in:
parent
2aec598417
commit
65d7d1c9b3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue