diff --git a/.github/workflows/knip.yml b/.github/workflows/knip.yml index a16c31f..4673f99 100644 --- a/.github/workflows/knip.yml +++ b/.github/workflows/knip.yml @@ -12,6 +12,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 + # needed to use yarn v4 + - name: Enable corepack + run: corepack enable + - name: Setup Node uses: actions/setup-node@v4 with: