From 4747b2797d29490102ecc8acddb0c4dec272edb6 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 10 Jan 2024 12:52:34 +0100 Subject: [PATCH] chore: try yarn 3.x instead of berry --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}