Skip to content

Commit

Permalink
fix: fixed TradingView build (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr committed Apr 14, 2024
1 parent 29e242f commit 0c04b66
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 14
- name: Testing
run: |
npm install
Expand Down
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tradingview/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ waitress==2.1.1
urllib3==1.26.7
paste==3.5.0
colorlog==6.5.0
Werkzeug==2.2.2

0 comments on commit 0c04b66

Please sign in to comment.