Skip to content

chore(deps-dev): bump eslint-plugin-vue from 9.25.0 to 9.27.0 #42

chore(deps-dev): bump eslint-plugin-vue from 9.25.0 to 9.27.0

chore(deps-dev): bump eslint-plugin-vue from 9.25.0 to 9.27.0 #42

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Build on PR
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
# Single deploy job since we're just deploying
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Vite Build
run: npm run build