echo NVM_DIR
This commit is contained in:
parent
aab6cefad3
commit
01b45e84af
@ -18,6 +18,7 @@ jobs:
|
|||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
||||||
export NVM_DIR="/opt/gitea_runner/.nvm"
|
export NVM_DIR="/opt/gitea_runner/.nvm"
|
||||||
source "$NVM_DIR/nvm.sh" # This loads nvm
|
source "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
echo $NVM_DIR
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
run: nvm install latest && nvm use latest && npm install -g pnpm
|
run: nvm install latest && nvm use latest && npm install -g pnpm
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user