Skip to content

Pull Request: Refactor API for Live Ledger Streaming (#159, #83) #81

Pull Request: Refactor API for Live Ledger Streaming (#159, #83)

Pull Request: Refactor API for Live Ledger Streaming (#159, #83) #81

Workflow file for this run

name: API CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Build Application
run: npm run build