From a2094f3d2952ee6ceda7f457629e81bc64f58a4a Mon Sep 17 00:00:00 2001 From: ctot-nondef Date: Thu, 4 Jan 2024 21:41:15 +0100 Subject: [PATCH] pnpm in workflow --- .github/workflows/testandpublish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/testandpublish.yml b/.github/workflows/testandpublish.yml index 3140caf..a3b45e5 100644 --- a/.github/workflows/testandpublish.yml +++ b/.github/workflows/testandpublish.yml @@ -3,6 +3,13 @@ on: push: jobs: + install: + runs-on: ubuntu-latest + + steps: + - uses: pnpm/action-setup@v2 + with: + version: 6.0.2 test: name: Test Application runs-on: ubuntu-latest