From bbfe95066ef98b54d824cb704e8f5420bf570734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Mon, 6 May 2024 13:49:28 +0200 Subject: [PATCH] Add yarn cache. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4a98c7..9b91ff1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '18.x' - + cache: 'yarn' - run: yarn install --immutable - run: yarn build - run: yarn check