From 36a87b62449835cacda9c70c16d1d80dd43ba759 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 30 Jun 2022 19:44:42 +0530 Subject: [PATCH] chore(ci): remove explicit version from pnpm/action-setup --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d77d3865..b63a6eab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.2.2 - with: - version: 7 - name: Set node version to ${{ matrix.node_version }} uses: actions/setup-node@v3