From 352cb323a81da34e7064791c922b3c065d1a1a1c Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Fri, 11 Aug 2023 10:25:32 +0800 Subject: [PATCH] feat: add cache --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8c95f8c..fab1059d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,8 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '18' + cache: 'yarn' - name: Build frontend id: build_frontend