Skip to content

Bump vite from 5.0.13 to 5.2.14 #31

Bump vite from 5.0.13 to 5.2.14

Bump vite from 5.0.13 to 5.2.14 #31

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