Skip to content

Commit e9c8637

Browse files
committed
chore: change verify workflow to not use yarn on nested packages
1 parent c92fa94 commit e9c8637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Custom React version
2020
run: |
2121
echo "enableImmutableInstalls: false" > ./.yarnrc.yml
22-
yarn add react@${{ matrix.react }} -D
22+
npm pkg set devDependencies.react ${{matrix.react}}
2323
cd packages/core
24-
yarn add react@${{ matrix.react }} -D
24+
npm pkg set devDependencies.react ${{matrix.react}}
2525
cd ../..
2626
cat ./.yarnrc.yml
2727
yarn

0 commit comments

Comments
 (0)