From b1fecdb39964fa962a57207b7f8c31f4c8c36f5a Mon Sep 17 00:00:00 2001 From: tipusinghaw Date: Thu, 18 Apr 2024 19:06:39 +0530 Subject: [PATCH] feat: update pipeline version Signed-off-by: tipusinghaw --- .github/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 0a880de..3f4874f 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -35,7 +35,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8.6.0 + version: 9.0.1 - name: Install dependencies run: pnpm install @@ -60,7 +60,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8.6.0 + version: 9.0.1 - name: Install dependencies run: pnpm install