From 0e7975b215259c3a8e33d9a86ed4e1550f798837 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Fri, 20 Dec 2024 09:44:38 +0900 Subject: [PATCH] chore(.github/workflows/test-multiple-versions.yml): improve workflow with removing duplicated configs (#1025) --- .github/workflows/test-multiple-versions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-multiple-versions.yml b/.github/workflows/test-multiple-versions.yml index e4187be6..61b2c3cc 100644 --- a/.github/workflows/test-multiple-versions.yml +++ b/.github/workflows/test-multiple-versions.yml @@ -40,8 +40,7 @@ jobs: with: node-version: 20 cache: 'pnpm' - cache-dependency-path: '**/pnpm-lock.yaml' - - run: pnpm install --frozen-lockfile + - run: pnpm install - run: pnpm build # for macro test - name: Install legacy testing-library if: ${{ startsWith(matrix.react, '16.') || startsWith(matrix.react, '17.') }}