Skip to content

Update typia requirement from ^4.1.1 to ^4.1.5 in /packages/api #256

Update typia requirement from ^4.1.1 to ^4.1.5 in /packages/api

Update typia requirement from ^4.1.1 to ^4.1.5 in /packages/api #256

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install Backend-Server
run: npm install
- name: Compile Program
run: npm run build
- name: Test Backend-Server
run: npm run test -- --include=fake