Skip to content

chore(deps-dev): bump vite from 5.0.12 to 5.2.8 #26

chore(deps-dev): bump vite from 5.0.12 to 5.2.8

chore(deps-dev): bump vite from 5.0.12 to 5.2.8 #26

Workflow file for this run

name: CI workflow
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
with:
version: latest
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm test
- run: pnpm build