chore(ci): load nvm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user