diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 80a7ac41422..50716ce7bf7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -84,6 +84,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' + cache: yarn + cache-dependency-path: yarn.lock - name: Restore cached node_modules uses: actions/cache@v4 id: node_modules