From 03ffc27e6880aee5053f34c920bd6b4fffc38c22 Mon Sep 17 00:00:00 2001 From: ankurk91 Date: Wed, 13 Apr 2022 10:14:01 +0530 Subject: [PATCH] chore: update gh-action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f52b506..6dcfc31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,9 +27,9 @@ jobs: node-version: 16.x - name: Setup pnpm - uses: pnpm/action-setup@v2.0.1 + uses: pnpm/action-setup@v2.2.1 with: - version: 6.28.0 + version: 6.x.x - name: Install dependencies run: pnpm install --frozen-lockfile