diff --git a/.github/workflows/is-compatible.yml b/.github/workflows/is-compatible.yml index 1cd5162f..215b5253 100644 --- a/.github/workflows/is-compatible.yml +++ b/.github/workflows/is-compatible.yml @@ -12,7 +12,7 @@ jobs: node-version: '20' cache: 'npm' - name: Install Yarn - run: npm install -g yarn@4 + run: yarn set version berry - name: Install dependencies run: yarn install --frozen-lockfile - name: Build plugin