Remove node setup
This commit is contained in:
parent
01b45e84af
commit
d67f857ee6
@ -13,14 +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
|
||||
export NVM_DIR="/opt/gitea_runner/.nvm"
|
||||
source "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
echo $NVM_DIR
|
||||
- name: Setup Node
|
||||
run: nvm install latest && nvm use latest && npm install -g pnpm
|
||||
- name: Setup pnpm
|
||||
run: npm install -g pnpm
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user