Skip to content

[Deploy]: 랜딩페이지 간격 오류 수정 (2.0.4) (#110) #138

[Deploy]: 랜딩페이지 간격 오류 수정 (2.0.4) (#110)

[Deploy]: 랜딩페이지 간격 오류 수정 (2.0.4) (#110) #138

Workflow file for this run

name: build
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 20.x
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
- name: Install dependencies
run: pnpm install
- name: Run build
run: pnpm run build