From 8c41379f31d23657c6e6e1c1b332908ade4389c0 Mon Sep 17 00:00:00 2001 From: "Isaac Lombard [SSW]" <152236421+isaaclombardssw@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:49:22 +1000 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Updating=20the=20`pnpm/action-setup?= =?UTF-8?q?`=20action=20(#2264)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * updating version * letting pnpm version number be decided by the package.json --- .github/workflows/create-indices.yml | 4 +--- .github/workflows/nodejs.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create-indices.yml b/.github/workflows/create-indices.yml index c23b562e5..64c980fd9 100644 --- a/.github/workflows/create-indices.yml +++ b/.github/workflows/create-indices.yml @@ -14,9 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 - with: - version: 8 + - uses: pnpm/action-setup@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5ea05eb80..046352389 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,9 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 - with: - version: 8 + - uses: pnpm/action-setup@v4 - name: Use Node.js uses: actions/setup-node@v3 with: