We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92fa94 commit e9c8637Copy full SHA for e9c8637
.github/workflows/verify.yml
@@ -19,9 +19,9 @@ jobs:
19
- name: Custom React version
20
run: |
21
echo "enableImmutableInstalls: false" > ./.yarnrc.yml
22
- yarn add react@${{ matrix.react }} -D
+ npm pkg set devDependencies.react ${{matrix.react}}
23
cd packages/core
24
25
cd ../..
26
cat ./.yarnrc.yml
27
yarn
0 commit comments