diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 169acc6..ed6b24c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: node: [14.x, 16.x] os: [ubuntu-latest] vue: [2.6, 2.7, 3] - yarn: [latest, berry] + yarn: [latest, 3.x] type: [commonjs, module] runs-on: ${{ matrix.os }}