Setup nvm
This commit is contained in:
parent
acf99a8163
commit
f0c56b3fdd
@ -13,6 +13,8 @@ jobs:
|
||||
runs-on: host
|
||||
|
||||
steps:
|
||||
- name: Setup nvm
|
||||
run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
||||
- name: Setup Node
|
||||
run: nvm install latest && nvm use latest && npm install -g pnpm
|
||||
- name: Check out repository code
|
||||
|
Loading…
x
Reference in New Issue
Block a user