Skip to content

Bump vite-plugin-checker from 0.7.2 to 0.8.0 #598

Bump vite-plugin-checker from 0.7.2 to 0.8.0

Bump vite-plugin-checker from 0.7.2 to 0.8.0 #598

Workflow file for this run

name: test build
on:
push:
branches:
- main
- "dependabot/**"
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
- name: Install and Build 🔧
run: |
CI=false && npm ci
npm run build