From 0ee31b423f3877db4d0ef1a889786d4ddbd6ae54 Mon Sep 17 00:00:00 2001 From: Dennis V <2119348+dzianisv@users.noreply.github.com> Date: Sat, 20 Jun 2026 10:47:15 +0000 Subject: [PATCH] =?UTF-8?q?fix(ci):=20remove=20explicit=20pnpm=20version?= =?UTF-8?q?=20=E2=80=94=20use=20packageManager=20field=20from=20package.js?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1dab7a..08da583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: 9 - name: Setup Node.js uses: actions/setup-node@v4