From be5c4d28b67f35f03c322b15ac00c2e10fe26dc1 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Thu, 27 Jun 2024 11:47:40 +0200 Subject: [PATCH] chore(deps): make sure the correct PNPM version is used --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8278d67..07f53e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,8 +21,6 @@ jobs: fetch-depth: 2 - uses: pnpm/action-setup@v4.0.0 - with: - version: 8.3.1 - name: Setup Node.js environment uses: actions/setup-node@v4