Skip to content

Bump vite from 5.2.11 to 5.3.1 #652

Bump vite from 5.2.11 to 5.3.1

Bump vite from 5.2.11 to 5.3.1 #652

Workflow file for this run

name: check
on:
pull_request:
branches: [ master ]
jobs:
check:
name: check
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4.1.6
- name: use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- name: install package
run: npm install
- name: build vue code
run: npm run build