File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313
1414 strategy :
1515 matrix :
16- node : [ 18, 20, 22 ]
16+ node : [ 20, 22, 23 ]
1717
1818 name : Node.js ${{ matrix.node }}
1919
Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node : [ 18, 20, 22 ]
19+ node : [ 20, 22, 23 ]
2020
2121 name : Node.js ${{ matrix.node }}
2222
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ sudo npx playwright install-deps chromium
112112 <summary ><strong >Trouble installing the CLI?</strong ></summary >
113113
114114
115- - Make sure you are running Node JS 18+ (` node -v ` )
115+ - Make sure you are running Node.js 20-23 (` node -v ` )
116116- Permissions issues are a common when installing ` npm ` packages globally for the first time.
117117See [ npm's documentation] ( https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally ) for solutions.
118118- On certain systems, using ` install-deps ` without the ` chromium ` argument might be necessary:
Original file line number Diff line number Diff line change 1919 " assets/templates/*.njk"
2020 ],
2121 "engines" : {
22- "node" : " >=18 .0.0"
22+ "node" : " >=20.0.0 <24 .0.0"
2323 },
2424 "standard" : {
2525 "globals" : [
Original file line number Diff line number Diff line change 33# -------------------------------------------------------------------------------
44mkdir ./executables/;
55
6- # Pull yt-dlp (v2025.06.09 )
7- curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2025.06.09 /yt-dlp > ./executables/yt-dlp;
6+ # Pull yt-dlp (v2025.07.21 )
7+ curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2025.07.21 /yt-dlp > ./executables/yt-dlp;
88chmod a+x ./executables/yt-dlp;
99
1010# Pull crip (v2.1.0)
You can’t perform that action at this time.
0 commit comments