From 607aac4ba841675ba623114edda7803b6c2be39a Mon Sep 17 00:00:00 2001 From: Pivithuru Jayakody Date: Tue, 7 Nov 2023 11:58:00 +0530 Subject: [PATCH] Fix pnpm in GitHub action --- .github/workflows/firebase-hosting-merge.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index a11aa4d..68c1c58 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -10,9 +10,8 @@ jobs: - uses: actions/checkout@v3 # Install pnpm - - name: Install pnpm - run: | - curl -L https://get.pnpm.io | bash -s -- --global + - name: Setup pnpm + uses: pnpm/action-setup@v2.4.0 if: success() # Only run if the previous step was successful # Install dependencies