Skip to content

Commit

Permalink
chore(.github/workflows/test-multiple-versions.yml): improve workflow…
Browse files Browse the repository at this point in the history
… with removing duplicated configs (#2920)
  • Loading branch information
sukvvon authored Dec 20, 2024
1 parent a7f5128 commit 5d92ad2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5d92ad2

Please sign in to comment.