We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d4157 commit d172e4dCopy full SHA for d172e4d
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Node.js
25
uses: actions/setup-node@v4
26
with:
27
- node-version: 20.x
+ node-version: 18.x
28
cache: 'npm'
29
30
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
50
- name: Setup Node.js
51
52
53
54
55
56
src/engines/common/BaseRunner.ts src/engines/common/baseRunner.tssrc/engines/common/BaseRunner.ts renamed to src/engines/common/baseRunner.ts
@@ -332,4 +332,4 @@ export abstract class BaseRunner<T> {
332
333
protected abstract renderScript(pythonCode: string): Promise<string>;
334
public abstract runBacktest(pythonCode: string): Promise<Backtest>;
335
-}
+}
0 commit comments