diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c9353a..3e4ddc1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,13 @@ jobs: steps: - name: Checkout to ${{ github.ref }} uses: actions/checkout@v4 + - name: Setup turbo cache + uses: actions/cache@v3 + with: + path: .turbo + key: ${{ matrix.os }}-node-${{ matrix.node-version }}-turbo-${{ github.sha }} + restore-keys: | + ${{ matrix.os }}-node-${{ matrix.node-version }}-turbo- - name: Install pnpm uses: pnpm/action-setup@v2 with: