File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/setup-node@v3
1919 with :
2020 node-version : " 18"
21- - uses : actions/cache@v2
21+ - uses : actions/cache@v4
2222 with :
2323 path : |
2424 node_modules
3737 - uses : actions/setup-node@v3
3838 with :
3939 node-version : " 18"
40- - uses : actions/cache@v2
40+ - uses : actions/cache@v4
4141 with :
4242 path : |
4343 node_modules
5959 - uses : actions/setup-node@v3
6060 with :
6161 node-version : " 18"
62- - uses : actions/cache@v2
62+ - uses : actions/cache@v4
6363 with :
6464 path : |
6565 node_modules
7979 - uses : actions/setup-node@v3
8080 with :
8181 node-version : " 18"
82- - uses : actions/cache@v2
82+ - uses : actions/cache@v4
8383 with :
8484 path : |
8585 node_modules
Original file line number Diff line number Diff line change 55 * LICENSE file in the root directory of this source tree.
66 */
77
8- import darkTheme from "prism-react-renderer/themes/vsDark/index.cjs.js " ;
8+ import darkTheme from "prism-react-renderer/themes/vsDark" ;
99
1010export default {
1111 plain : {
Original file line number Diff line number Diff line change 55 * LICENSE file in the root directory of this source tree.
66 */
77
8- import lightTheme from "prism-react-renderer/themes/github/index.cjs.js " ;
8+ import lightTheme from "prism-react-renderer/themes/github" ;
99
1010export default {
1111 ...lightTheme ,
You can’t perform that action at this time.
0 commit comments