Compare commits

..

No commits in common. "ed75c89698b23c92d43f9bcaac4a5bdfd64dad98" and "fd5020c6d88489dd2c62e82f0803c57f553f9213" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- run: npm run build --if-present
- name: Cache build
id: cache
uses: LumeWeb/github-action-cache/save@v3
uses: actions/cache@v2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ./
@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: LumeWeb/github-action-cache/restore@v3
- uses: actions/cache@v2
with:
path: .
key: cache-${{ github.run_id }}-${{ github.run_attempt }}