From 76881568e62293d9486c67dc2bbde55c12999ec2 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Fri, 17 May 2024 23:17:19 +0200 Subject: [PATCH] experiment with a fix --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 311df07..f15a988 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,10 @@ jobs: node-version: 18 cache: 'pnpm' - - name: Install dependencies - run: pnpm install --no-frozen-lockfile + - uses: pnpm/action-setup@v4 + with: + version: 8 + run_install: true - name: Create Release env: