From c34af885468f96035f91150f2260a25aefba8808 Mon Sep 17 00:00:00 2001 From: Kaj Grant-Mathiasen Date: Tue, 5 Nov 2024 23:52:56 -0500 Subject: [PATCH] fix ci --- .github/workflows/node.js.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f30d5c1..fd301ff 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 @@ -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: