chore(ci): fix run
This commit is contained in:
@@ -18,8 +18,9 @@ jobs:
|
||||
- checkout
|
||||
|
||||
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
|
||||
- run: export NVM_DIR="$HOME/.nvm"
|
||||
- run: [-s "$NVM_DIR/nvm.sh"] && \. "$NVM_DIR/nvm.sh"
|
||||
- run: |
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[-s "$NVM_DIR/nvm.sh"] && \. "$NVM_DIR/nvm.sh"
|
||||
|
||||
- run: nvm install 16
|
||||
- run: nvm use 16
|
||||
|
||||
Reference in New Issue
Block a user