Skip to content

build(deps-dev): bump vite from 4.5.3 to 4.5.5 #11

build(deps-dev): bump vite from 4.5.3 to 4.5.5

build(deps-dev): bump vite from 4.5.3 to 4.5.5 #11

Workflow file for this run

name: build
on:
pull_request:
branches: ["main"]
jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build --if-present
- uses: pre-commit/[email protected]