From f3d9ca2b37c4c145ec77dcea6297a5f15178a2a2 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 1 Feb 2024 12:31:40 +0100 Subject: [PATCH] chore: try update ci --- .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 ed6b24c..a38a9f8 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, 3.x] + yarn: [latest] type: [commonjs, module] runs-on: ${{ matrix.os }}