chore(ci): load nvm

This commit is contained in:
Guillaume Chau
2021-09-20 20:47:44 +02:00
parent f5209d7578
commit 934c3cbc39
+4
View File
@@ -18,6 +18,10 @@ jobs:
- checkout
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
- run:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
- run: nvm install 16
- run: nvm use 16