Skip to content

feat: implement the select account type page #12

feat: implement the select account type page

feat: implement the select account type page #12

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