diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 498129a..52fd712 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' + cache: 'yarn' - name: 'Deploy to Vercel' env: diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index b5a9d53..7070ced 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' + cache: 'yarn' - name: Install dependencies run: yarn - name: Generate production build