Remove node setup

This commit is contained in:
Martin Berg Alstad 2024-09-28 14:50:00 +02:00
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