Skip to content

chore(deps-dev): bump vite from 8.1.5 to 8.2.1 #733

chore(deps-dev): bump vite from 8.1.5 to 8.2.1

chore(deps-dev): bump vite from 8.1.5 to 8.2.1 #733

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24.x, 26.x]
steps:
- uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run audit
- run: npm run lint:suppressions
- run: npm run typecheck
- run: npm run depcheck
- run: npm test
- name: Build VitePress docs site
run: npm run docs:site
- name: Validate published package surface (publint + attw + pack-smoke)
run: npm run test:package