Skip to content

Bump vite from 8.1.3 to 8.1.4 in /internal/static #202

Bump vite from 8.1.3 to 8.1.4 in /internal/static

Bump vite from 8.1.3 to 8.1.4 in /internal/static #202

Workflow file for this run

on: [pull_request]
name: Tests-others
jobs:
tests-macos-windows:
strategy:
matrix:
os: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Tests
run: go test -race -shuffle=on ./...