Skip to content

Commit 1800b42

Browse files
committed
Bump @types/react and @types/react-dom to rc versions during CI
1 parent a1b156e commit 1800b42

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ jobs:
7878
},
7979
{
8080
version: 'rc',
81-
types: 'npm:[email protected]',
82-
react-dom:
83-
{ version: 'rc', types: 'npm:[email protected]' },
81+
types: 'npm:types-react@rc',
82+
react-dom: { version: 'rc', types: 'npm:types-react-dom@rc' },
8483
},
8584
]
8685

@@ -142,9 +141,8 @@ jobs:
142141
},
143142
{
144143
version: 'rc',
145-
types: 'npm:[email protected]',
146-
react-dom:
147-
{ version: 'rc', types: 'npm:[email protected]' },
144+
types: 'npm:types-react@rc',
145+
react-dom: { version: 'rc', types: 'npm:types-react-dom@rc' },
148146
},
149147
]
150148

0 commit comments

Comments
 (0)