Skip to content

build(deps-dev): bump vitest from 2.1.9 to 4.1.4 in the vitest group across 1 directory #14

build(deps-dev): bump vitest from 2.1.9 to 4.1.4 in the vitest group across 1 directory

build(deps-dev): bump vitest from 2.1.9 to 4.1.4 in the vitest group across 1 directory #14

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10.33.0
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Cache pnpm store
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- run: pnpm install --frozen-lockfile
- run: pnpm -r typecheck
- run: pnpm -F @solshield/core test