Skip to content

build(deps-dev): bump storybook from 10.4.6 to 10.5.5 #802

build(deps-dev): bump storybook from 10.4.6 to 10.5.5

build(deps-dev): bump storybook from 10.4.6 to 10.5.5 #802

Workflow file for this run

name: Run tests
on:
pull_request:
types: [opened, synchronize]
branches:
- main
env:
PNPM_VERSION: 10.30.2
NODE_VERSION: 24.14.0
jobs:
vitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6.0.9
with:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v6
with:
node-version: ${{ env.NODE_VERSION }}
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- run: pnpm install --no-frozen-lockfile
- run: pnpm test
env:
VITE_APP_OS_API_KEY: ${{ secrets.OS_API_KEY }}
VITE_APP_MAPBOX_ACCESS_TOKEN: ${{ secrets.MAPBOX_ACCESS_TOKEN }}