Skip to content

Commit d172e4d

Browse files
committed
Rename BaseRunner.ts to baseRunner.ts
1 parent 85d4157 commit d172e4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20.x
27+
node-version: 18.x
2828
cache: 'npm'
2929

3030
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Node.js
5151
uses: actions/setup-node@v4
5252
with:
53-
node-version: 20.x
53+
node-version: 18.x
5454
cache: 'npm'
5555

5656
- name: Install dependencies
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,4 @@ export abstract class BaseRunner<T> {
332332

333333
protected abstract renderScript(pythonCode: string): Promise<string>;
334334
public abstract runBacktest(pythonCode: string): Promise<Backtest>;
335-
}
335+
}

0 commit comments

Comments
 (0)