From 1b25bf1da8453504ced5d6884e7e68b16d6ba2cc Mon Sep 17 00:00:00 2001 From: Firoz Ahmed Date: Wed, 3 Jul 2024 07:27:11 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 072c323..15255fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' + - name: Enable Corepack + run: corepack enable - name: Setup uses: ./.github/actions/setup - name: Build package