This commit is contained in:
2
.github/workflows/example1.yaml
vendored
2
.github/workflows/example1.yaml
vendored
@@ -10,8 +10,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup NVM
|
- name: Setup NVM
|
||||||
run: |
|
run: |
|
||||||
|
echo $HOME
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||||
source .profile
|
|
||||||
echo "Installed..."
|
echo "Installed..."
|
||||||
nvm install v8.17.0
|
nvm install v8.17.0
|
||||||
nvm use
|
nvm use
|
||||||
|
|||||||
Reference in New Issue
Block a user