From 5330aaea52834ba816a211a9962885c70a02f2bc Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 16 Sep 2024 20:28:47 +0200 Subject: [PATCH] enable pnpm --- .github/workflows/release-beta.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 9e6da005f..fad124779 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -20,6 +20,9 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 + - name: Enable corepack + run: corepack enable pnpm + - name: Setup Node.js 18 uses: actions/setup-node@v4 with: