Skip to content

Commit b1cbfb8

Browse files
authored
ci(workflow): remove action/cache for test.yml (#74)
1 parent 1429700 commit b1cbfb8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ jobs:
2424
node-version: ${{ matrix.node }}
2525
cache: npm
2626

27-
# Cache dependencies
28-
- uses: actions/cache@v1
29-
with:
30-
path: ~/.npm
31-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
32-
restore-keys: |
33-
${{ runner.os }}-node-
34-
3527
# Install dependencies
3628
- run: npm ci
3729

0 commit comments

Comments
 (0)