Skip to content

Bump @vitejs/plugin-vue from 5.0.4 to 5.0.5 #644

Bump @vitejs/plugin-vue from 5.0.4 to 5.0.5

Bump @vitejs/plugin-vue from 5.0.4 to 5.0.5 #644

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