Skip to content

Release 20240828-071811 #26

Release 20240828-071811

Release 20240828-071811 #26

Workflow file for this run

name: '[CHECK] CI'
on:
pull_request:
types:
- synchronize
- opened
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || 'workflow_dispatch' }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Node.js 18.16.1 버전 사용
uses: actions/setup-node@v3
with:
node-version: '18.16.1'
- run: |
npm install -g pnpm
pnpm install --no-frozen-lockfile
pnpm run ci