From 814c1012183a6fa0f1d2ea1021ca789537213b62 Mon Sep 17 00:00:00 2001 From: Enric Bisbe Gil Date: Fri, 5 Jul 2024 16:49:06 +0200 Subject: [PATCH] install pnpm after repository checkout --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e190cf0..b7874fa 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -6,11 +6,11 @@ jobs: name: Execute actions runs-on: ubuntu-latest steps: - - uses: pnpm/action-setup@v4 - - name: Checkout repository uses: actions/checkout@v3 + - uses: pnpm/action-setup@v4 + - name: Deploy service run: | pnpm install