From ca7c218f23f0db17988ee108a91f5e8da7e94848 Mon Sep 17 00:00:00 2001 From: Lubos Date: Thu, 11 Sep 2025 15:39:08 +0800 Subject: [PATCH] chore: add corepack --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 109a591..b026fd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,8 @@ jobs: steps: - uses: actions/checkout@v5 + - run: npm i -fg corepack && corepack enable + - uses: actions/setup-node@v4 with: node-version: 20