From 7f9756a5b5cff284d961ebd452845393a32ee776 Mon Sep 17 00:00:00 2001 From: tim-hub Date: Wed, 17 Jul 2024 22:48:19 +1200 Subject: [PATCH] update version 4 of action pnpm --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80c970e..6f5025e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: run install - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v4 with: version: 6 # local version is 7 but it's not supported by the action, this is why the next line we use no-frozen-lockfile - run: pnpm install --no-frozen-lockfile