Skip to content

fix: memo null 값을 들어올 때 오류 수정 #112

fix: memo null 값을 들어올 때 오류 수정

fix: memo null 값을 들어올 때 오류 수정 #112

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: ㅣInstall dependencies
run: npm ci
- name: Build the project
run: npm run build