From db8eb3b033066794147f3dc5a1ce077502c1523c Mon Sep 17 00:00:00 2001 From: Duy Nguyen Date: Fri, 7 Jun 2024 13:20:58 +0700 Subject: [PATCH] Enable Corepack --- .github/actions/setup/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index f918c91..96f212a 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -9,6 +9,9 @@ runs: with: node-version-file: .nvmrc + - name: Enable Corepack + run: corepack enable + - name: Cache dependencies id: yarn-cache uses: actions/cache@v3