Skip to content

deps: bump @storybook/addon-vitest from 10.2.10 to 10.4.2 #286

deps: bump @storybook/addon-vitest from 10.2.10 to 10.4.2

deps: bump @storybook/addon-vitest from 10.2.10 to 10.4.2 #286

Workflow file for this run

name: Unit & Lint
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.33.0
run_install: false
- name: Install Node
uses: actions/setup-node@v4
with:
always-auth: true
registry-url: https://npm.pkg.github.com/
node-version: 24
scope: "@dpc-sdp"
cache: "pnpm"
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run -r --no-bail typecheck
- run: pnpm run test:unit