From a63749c1daa9d768d22f998751bcc04ca14c757c Mon Sep 17 00:00:00 2001 From: timbrinded <79199034+timbrinded@users.noreply.github.com> Date: Wed, 22 May 2024 09:30:51 +0100 Subject: [PATCH] fix: :bug: pkg manager version AGAIN --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e3817e9..dba94d1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,7 @@ jobs: bun-version: latest - uses: pnpm/action-setup@v4 with: - version: "latest" + version: 9.1.2 - uses: actions/setup-node@v4 with: node-version: 20.12.2 @@ -118,7 +118,7 @@ jobs: bun-version: latest - uses: pnpm/action-setup@v4 with: - version: "latest" + version: 9.1.2 - uses: actions/setup-node@v4 with: node-version: 20.12.2