From 3d46456b7da13048dccea4fc77b60a3cd6302e2d Mon Sep 17 00:00:00 2001 From: AmirSa12 Date: Mon, 28 Oct 2024 19:35:48 +0330 Subject: [PATCH] specify pnpm version --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a956102..3473f9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4.0.0 + with: + version: 8 - name: Set node version to 20 uses: actions/setup-node@v4 -- 2.51.2