From 06226c7872874c449157855eb54feaeb86f2cb44 Mon Sep 17 00:00:00 2001 From: tipusinghaw Date: Mon, 6 May 2024 20:23:51 +0530 Subject: [PATCH] feat: update pipeline file 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 4e88dfc..360893f 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 @@ -57,7 +57,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8.6.0 + version: 9.0.1 - name: Install dependencies run: pnpm install