diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2549a3e0..1fe525f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: node-version: 20 - name: Setup yarn - run: yarn set version 3.6.1 + run: npm install --global yarn@3.6.1 - name: Install deps uses: ./.github/actions/yarn-install