Setup nvm
This commit is contained in:
parent
acf99a8163
commit
f0c56b3fdd
@ -13,6 +13,8 @@ jobs:
|
|||||||
runs-on: host
|
runs-on: host
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup nvm
|
||||||
|
run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
||||||
- 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