Skip to content

Update dependency vitest to v4.1.0 [SECURITY] #2520

Update dependency vitest to v4.1.0 [SECURITY]

Update dependency vitest to v4.1.0 [SECURITY] #2520

Workflow file for this run

name: build
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24.16.0"
cache: "yarn"
- run: "yarn install"
- run: "yarn analyze"
test:
needs: analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24.16.0"
cache: "yarn"
- run: "yarn install"
- run: "yarn ci:test"
test_acceptance:
needs: analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24.16.0"
cache: "yarn"
- run: "yarn install"
- run: "yarn ci:test:acc"