From bc2528337fe40c71b531c5b5e34d683ce3059562 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Sat, 16 Mar 2024 10:38:20 -0500 Subject: [PATCH] Fix CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f12b117..84a4a389 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - # cache: 'yarn' + cache: 'yarn' - name: Install dependencies run: yarn workspaces focus ${{ matrix.packages }}