Skip to content

Commit

Permalink
ci(workflow): remove action/cache for test.yml (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Jul 5, 2021
1 parent 1429700 commit b1cbfb8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

# Cache dependencies
- uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
# Install dependencies
- run: npm ci

Expand Down

0 comments on commit b1cbfb8

Please sign in to comment.