chore(.github/workflows/test-multiple-versions.yml): improve workflow with removing duplicated configs (#2920)

This commit is contained in:
Wonsuk Choi 2024-12-20 09:43:51 +09:00 committed by GitHub
parent a7f51283a2
commit 5d92ad2767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
- name: Test ${{ matrix.react }} ${{ matrix.devtools-skip }}
run: |
pnpm add -D react@${{ matrix.react }} react-dom@${{ matrix.react }}