Skip to content

Commit 0e7975b

Browse files
authored
chore(.github/workflows/test-multiple-versions.yml): improve workflow with removing duplicated configs (#1025)
1 parent 83097ef commit 0e7975b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-multiple-versions.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
with:
4141
node-version: 20
4242
cache: 'pnpm'
43-
cache-dependency-path: '**/pnpm-lock.yaml'
44-
- run: pnpm install --frozen-lockfile
43+
- run: pnpm install
4544
- run: pnpm build # for macro test
4645
- name: Install legacy testing-library
4746
if: ${{ startsWith(matrix.react, '16.') || startsWith(matrix.react, '17.') }}

0 commit comments

Comments
 (0)