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 be29751
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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 All @@ -55,12 +53,16 @@ jobs:
- os: macos-latest
node-version: 18.x
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
working-directory: ./client
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
working-directory: ./client
- name: Install
run: npm ci
- name: Build
Expand Down

0 comments on commit be29751

Please sign in to comment.