Skip to content

Bump vitest from 3.0.5 to 4.1.2 #25

Bump vitest from 3.0.5 to 4.1.2

Bump vitest from 3.0.5 to 4.1.2 #25

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: 20
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install