From 7cf940acdf1f1e47b9268068679dda8df8086548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Wed, 9 Aug 2023 10:24:07 +0200 Subject: [PATCH] fix: add cache --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 615e051..548ace5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 + cache: 'yarn' - run: yarn install --frozen-lockfile - run: yarn build - run: yarn test \ No newline at end of file