File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 2626 - name : Setup Node.js
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : ' 20 '
29+ node-version : ' 22 '
3030
3131 - name : Cache dependencies
3232 uses : actions/cache@v4
Original file line number Diff line number Diff line change 11@charset " UTF-8" ;
22
3- @import ' fonts' ;
3+ @import " fonts" ;
44
55:root {
66 --content-width : 800px ;
1111 font-family : Nunito, system-ui , sans-serif ;
1212 }
1313}
14+
15+ .line {
16+ color : rgb (235 235 245 / 86% );
17+ }
Original file line number Diff line number Diff line change 1717 "url" :
" git+ssh://[email protected] /TheDragonCode/laravel-actions.git" 1818 },
1919 "devDependencies" : {
20- "@vuepress/bundler-vite" : " ^2.0.0-rc.9" ,
21- "@vuepress/theme-default" : " ^2.0.0-rc.20" ,
22- "@vueuse/core" : " ^7.5.5" ,
23- "dotenv" : " ^15.0.0" ,
24- "vuepress" : " ^2.0.0-rc.9"
20+ "@vuepress/bundler-vite" : " ^2.0.0-rc.15" ,
21+ "@vuepress/plugin-prismjs" : " ^2.0.0-rc.43" ,
22+ "@vuepress/plugin-shiki" : " ^2.0.0-rc.0" ,
23+ "@vuepress/theme-default" : " ^2.0.0-rc.43" ,
24+ "@vueuse/core" : " ^7.7.1" ,
25+ "dotenv" : " ^16.4.5" ,
26+ "sass-embedded" : " ^1.78.0" ,
27+ "vuepress" : " ^2.0.0-rc.15"
2528 },
2629 "engines" : {
27- "node" : " >=20.11 "
30+ "node" : " >=22.8 "
2831 }
2932}
You can’t perform that action at this time.
0 commit comments