Setup nvm
Some checks failed
Build and deploy website / build (push) Failing after 2s
Build and deploy website / deploy (push) Failing after 2s

This commit is contained in:
Martin Berg Alstad 2024-09-28 12:24:18 +02:00
parent acf99a8163
commit f0c56b3fdd

View File

@ -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