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 c3e3d90 commit 65bc994Copy full SHA for 65bc994
.github/workflows/validate.yml
@@ -55,6 +55,12 @@ jobs:
55
- name: ⚛️ Setup react
56
run: npm install react@${{ matrix.react }} react-dom@${{ matrix.react }}
57
58
+ - name: ⚛️ Setup react types
59
+ if: ${{ matrix.react != 'canary' && matrix.react != 'experimental' }}
60
+ run:
61
+ npm install @types/react@${{ matrix.react }} @types/react-dom@${{
62
+ matrix.react }}
63
+
64
- name: ▶️ Run validate script
65
run: npm run validate
66
0 commit comments