diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a4d42773..6f451ee05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,11 @@ jobs: with: node-version: 18 cache: yarn + - name: Webpack cache + uses: actions/cache@v4 + with: + path: ./node_modules/.cache + key: ${{ runner.os }}-webpack-cache - name: Download ossutils zip run: |