mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(.github/workflows/test-multiple-versions.yml): improve workflow with removing duplicated configs (#2920)
This commit is contained in:
parent
a7f51283a2
commit
5d92ad2767
3
.github/workflows/test-multiple-versions.yml
vendored
3
.github/workflows/test-multiple-versions.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user