diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index e5cdfdf..aec0546 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -14,7 +14,9 @@ jobs: with: node-version: '>=20.18.0' - name: Install dependencies - run: yarn install --frozen-lockfile + run: | + corepack enable + yarn install --frozen-lockfile - name: Publish to Chromatic uses: chromaui/action@v1 with: