File tree 3 files changed +15
-8
lines changed
3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 26
26
- name : Setup Node.js
27
27
uses : actions/setup-node@v4
28
28
with :
29
- node-version : ' 20 '
29
+ node-version : ' 22 '
30
30
31
31
- name : Cache dependencies
32
32
uses : actions/cache@v4
Original file line number Diff line number Diff line change 1
1
@charset " UTF-8" ;
2
2
3
- @import ' fonts' ;
3
+ @import " fonts" ;
4
4
5
5
:root {
6
6
--content-width : 800px ;
11
11
font-family : Nunito, system-ui , sans-serif ;
12
12
}
13
13
}
14
+
15
+ .line {
16
+ color : rgb (235 235 245 / 86% );
17
+ }
Original file line number Diff line number Diff line change 17
17
"url" :
" git+ssh://[email protected] /TheDragonCode/laravel-actions.git"
18
18
},
19
19
"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"
25
28
},
26
29
"engines" : {
27
- "node" : " >=20.11 "
30
+ "node" : " >=22.8 "
28
31
}
29
32
}
You can’t perform that action at this time.
0 commit comments