Skip to content

deps(deps-dev): bump vite from 8.0.13 to 8.2.0 #19

deps(deps-dev): bump vite from 8.0.13 to 8.2.0

deps(deps-dev): bump vite from 8.0.13 to 8.2.0 #19

Workflow file for this run

name: CI
on:
push:
branches:
- main
- project/aeo-registry
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
- run: npm ci
- run: npm run verify
# Least-privilege: read-only test/CI runs. GITHUB_TOKEN gets no write to
# anything. The publish/release flows (where they exist) carry their own
# scoped permissions per-workflow.
permissions:
contents: read