From 8ac94591db5fea35f80a6829ac857d92b5851669 Mon Sep 17 00:00:00 2001 From: muji Date: Mon, 12 Feb 2024 09:29:53 +0800 Subject: [PATCH] Enable corepack. --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b81e2fd..07a925f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,6 +14,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Enable corepack + run: corepack enable - name: Install dependencies run: yarn install - name: Check types