diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef38181..7fcc87a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,5 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - run: npm i -g yarn - - run: yarn set version stable - run: yarn --immutable - run: yarn test