Skip to content

npm: bump @vitejs/plugin-vue from 5.0.4 to 5.0.5 #18

npm: bump @vitejs/plugin-vue from 5.0.4 to 5.0.5

npm: bump @vitejs/plugin-vue from 5.0.4 to 5.0.5 #18

Workflow file for this run

name: build-test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: get dependencies
run: npm install
- name: build
run: npm run build