diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17bf7ff..dfd4fb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,6 +149,14 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ env.NODE_VERSION }} + - name: Restore dependencies + uses: actions/cache@v2 + id: cache-dependencies + with: + path: node_modules + key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} + restore-keys: | + ${{ runner.os }}-npm- - name: Download build artifacts uses: actions/download-artifact@v2 with: