Skip to content

Commit da56183

Browse files
committed
Remove redundant cache restore steps
1 parent 11e5e17 commit da56183

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v4
3333

34-
- name: Restore cache
35-
uses: actions/cache@v4
36-
with:
37-
path: |
38-
**/node_modules
39-
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
40-
4134
- name: Install dependencies
4235
run: npm ci
4336

.github/workflows/test-deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ jobs:
1717
node-version: 20.x
1818
cache: 'npm'
1919

20-
- name: Restore cache
21-
uses: actions/cache@v4
22-
with:
23-
path: |
24-
**/node_modules
25-
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
26-
2720
- name: Install dependencies
2821
run: npm ci
2922

0 commit comments

Comments
 (0)