Skip to content

Commit

Permalink
Fix npm package-lock issue temporarily
Browse files Browse the repository at this point in the history
Adds `request` dependency of JSDom. See issue at
#673
  • Loading branch information
cafca committed Nov 23, 2020
1 parent 52cebc3 commit 5f9c6a8
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 1,282 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
# Change the `BUILD_CACHE_OVERRIDE` repo secret to clear the cache
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ secrets.BUILD_CACHE_OVERRIDE }}
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
Expand Down
Loading

0 comments on commit 5f9c6a8

Please sign in to comment.