This commit is contained in:
4
.github/workflows/example1.yaml
vendored
4
.github/workflows/example1.yaml
vendored
@@ -10,8 +10,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup NVM
|
||||
run: |
|
||||
echo $HOME
|
||||
export HOME=$(pwd)
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
echo "Installed..."
|
||||
nvm install v8.17.0
|
||||
nvm use
|
||||
|
||||
Reference in New Issue
Block a user