Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kajgm committed Nov 6, 2024
1 parent 1414b73 commit c34af88
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Install
run: npm ci
- name: Lint
Expand All @@ -38,8 +35,6 @@ jobs:
working-directory: ./client
env:
FMP_KEY: ""
STOCK_TICKERS: "MSFT,AAPL,NVDA,AMD,INTC,AMZN"
CRYPTO_TICKERS: "ETH-USD,BTC-USD"
timeout-minutes: 10
strategy:
matrix:
Expand Down

0 comments on commit c34af88

Please sign in to comment.