From 78d3a7a46a3b2ce1355b47208fc2fe6395bc30bf Mon Sep 17 00:00:00 2001 From: Romeo Van Snick Date: Sat, 18 Mar 2023 09:48:17 +0800 Subject: [PATCH] Set cache type to yarn --- .github/workflows/ci-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 66da89d..976f7b7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: .tool-versions + cache: yarn - name: Install dependencies run: yarn install --immutable --prefer-offline - name: Typecheck @@ -30,6 +31,7 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: .tool-versions + cache: yarn - name: Install dependencies run: yarn install --immutable --prefer-offline - name: Typecheck @@ -45,6 +47,7 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: .tool-versions + cache: yarn - name: Install dependencies run: yarn install --immutable --prefer-offline - name: Build renderer