Skip to content

Commit 98af715

Browse files
committed
chore(vite): use another cache strategy and cache setup-node
1 parent c19c37a commit 98af715

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-beta.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
node-version: ${{ matrix.node-version }}
6767
cache: yarn
68-
cache-dependency-path: '**/yarn.lock'
68+
cache-dependency-path: './yarn.lock'
6969

7070
- name: 'Cache dependencies'
7171
id: cache-yarn
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
node-version: ${{ matrix.node-version }}
107107
cache: yarn
108-
cache-dependency-path: '**/yarn.lock'
108+
cache-dependency-path: './yarn.lock'
109109

110110
- name: 'Cache dependencies'
111111
id: cache-yarn
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
node-version: ${{ matrix.node-version }}
161161
cache: yarn
162-
cache-dependency-path: '**/yarn.lock'
162+
cache-dependency-path: './yarn.lock'
163163

164164
- name: 'Cache dependencies'
165165
id: cache-yarn

0 commit comments

Comments
 (0)