Setup node on runner
Some checks failed
Build and deploy website / build (push) Failing after 2s
Build and deploy website / deploy (push) Failing after 3s

This commit is contained in:
Martin Berg Alstad 2024-09-28 12:16:55 +02:00
parent 6c98ddff62
commit 50c8f6f108

View File

@ -15,8 +15,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup pnpm
run: npm install -g pnpm
- name: Setup Node
run: nvm install latest && nvm use latest && npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Build