Skip to content

feat: Develop Detailed Project View Page for Transactions and Insight… #52

feat: Develop Detailed Project View Page for Transactions and Insight…

feat: Develop Detailed Project View Page for Transactions and Insight… #52

Workflow file for this run

name: Build Project
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:20
steps:
- uses: actions/checkout@v3
with:
node-version: 20
- run: npm ci
- run: npm run build