From 83630cfb607763b4dac7a1e053e306e4787989b0 Mon Sep 17 00:00:00 2001 From: Ash Date: Tue, 20 Feb 2024 16:40:03 +0000 Subject: [PATCH] fix(ci): setup pnpm (#5800) --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c311fafb4c5..d09f9ce3d21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,8 +32,11 @@ jobs: cache: 'pnpm' registry-url: 'https://registry.npmjs.org' - - name: Install - run: pnpm install + - name: Setup pnpm and install dependencies + uses: pnpm/action-setup@v3 + with: + version: 8 + run_install: true - name: Pre-flight run: |