diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 58fd779..b4d3cca 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -18,12 +18,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - - - name: Install Yarn 3 (Berry) - run: npm install -g yarn@berry - - - name: Set up Yarn 3 - run: yarn set version berry + cache: yarn - name: Install dependencies run: yarn install