Skip to content

Bump vite from 4.5.0 to 4.5.1 #378

Bump vite from 4.5.0 to 4.5.1

Bump vite from 4.5.0 to 4.5.1 #378

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run textlint