From 45c2c6a01bb25391d5f30ac40d68535d19bcc1c8 Mon Sep 17 00:00:00 2001 From: EunBae Gong Date: Thu, 15 Feb 2024 05:13:28 +0900 Subject: [PATCH] ci: add corepack-enable options --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 17368a5..b7670ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 + corepack-enable: true cache: yarn - name: Install dependencies