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