Skip to content

Commit 3c72581

Browse files
committed
chore: disable cache for validation
1 parent 2160373 commit 3c72581

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212
uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
15-
- uses: actions/cache@v1
16-
with:
17-
path: ~/.npm
18-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
19-
restore-keys: |
20-
${{ runner.os }}-node-
2115
- name: Install
2216
run: |
2317
npm ci

0 commit comments

Comments
 (0)