diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index e68a5c3..91a37c7 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -20,6 +20,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Configure Corepack + run: corepack enable + - name: Install Dependencies run: yarn install diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index ee967ff..d2a5386 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -19,6 +19,9 @@ jobs: with: node-version: '21' + - name: Configure Corepack + run: corepack enable + - name: Install dependencies run: yarn install --frozen-lockfile