Skip to content

Commit

Permalink
test - remove cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiebee committed Oct 8, 2020
1 parent 8fd9632 commit a3f8733
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ jobs:

- uses: actions/checkout@v2

- uses: actions/cache@v2
id: cache-deps
with:
path: |
node_modules
*/*/node_modules
key: ${{ runner.os }}-node${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}

- run: npm ci
if: steps.cache-deps.outputs.cache-hit != 'true'

Expand Down

0 comments on commit a3f8733

Please sign in to comment.