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
+2 -2
View File
@@ -30,8 +30,8 @@
"@ngneat/elf-requests": "^1.9.2",
"@ngneat/elf-state-history": "^1.4.0",
"bulma": "^1.0.1",
"ngx-socket-io": "^4.7.0",
"rxjs": "~7.8.0",
"ngx-socket-io": "4.8.1",
"rxjs": "7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},