mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
Let's use a version of node we can download rather than dig up
This commit is contained in:
parent
d714176fcd
commit
23d935fd78
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
||||
nvm use 6
|
||||
nvm use 10
|
||||
|
||||
set -x
|
||||
|
||||
|
|
Loading…
Reference in a new issue