File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 cache : npm
4444 - run : npm ci
4545 - run : npm test
46- - uses : codecov/codecov-action@v3
46+ - uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 2020 node-version : 20
2121 - run : npm ci
2222 - run : npm run docs
23- - uses : actions/upload-pages-artifact@v2
23+ - uses : actions/upload-pages-artifact@v3
2424 with :
2525 path : public
26- - uses : actions/deploy-pages@v2
26+ - uses : actions/deploy-pages@v4
2727 id : deployment
Original file line number Diff line number Diff line change @@ -210,7 +210,10 @@ function Playground() {
210210 } )
211211
212212 return (
213- < ErrorBoundary FallbackComponent = { ErrorFallback } resetKeys = { [ value ] } >
213+ < ErrorBoundary
214+ FallbackComponent = { ErrorFallback }
215+ resetKeys = { [ value ] }
216+ >
214217 < div className = "playground-result" > { mod . default ( { } ) } </ div >
215218 </ ErrorBoundary >
216219 )
You can’t perform that action at this time.
0 commit comments