Setup nvm again
This commit is contained in:
@ -14,7 +14,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup nvm
|
- name: Setup nvm
|
||||||
run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
run: |
|
||||||
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
||||||
|
export NVM_DIR="$HOME/.nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
- 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
|
||||||
|
Reference in New Issue
Block a user