fix(downloadin): fix ejs runtime problem

fix ejs "No supported JavaScript runtime could be found." by updating nodejs to v20 and explicit
usage of `jsRuntime` param

fix #38
This commit is contained in:
Raiper34
2026-02-07 13:28:21 +00:00
parent 2b1fd9b905
commit eafd3340bd
5 changed files with 10030 additions and 4307 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
"isomorphic-unfetch": "^4.0.2",
"node-id3": "^0.2.9",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"rxjs": "7.8.0",
"spotify-url-info": "^3.2.18",
"sqlite3": "^5.1.7",
"yt-search": "^2.12.1",