From eb4eaccf618c935fa434764d77862748acbc2ed1 Mon Sep 17 00:00:00 2001 From: Tim Svensson <tim.svensson@divid.se> Date: Thu, 28 Nov 2024 15:27:39 +0100 Subject: [PATCH] pnpm-ci3 --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58a7b8d..bf8f74c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,12 @@ jobs: with: node-version: "lts/*" - - name: pnpm install + - name: Pnpm uses: pnpm/action-setup@v4 + - name: Pnpm install + run: pnpm install + - name: Run Linting Checks run: pnpm lint @@ -43,9 +46,12 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: pnpm install + - name: Pnpm uses: pnpm/action-setup@v4 + - name: Pnpm install + run: pnpm install + - name: lint run: pnpm lint