Skip to content

build(deps-dev): bump @storybook/addon-links from 6.5.16 to 8.5.3 #4276

build(deps-dev): bump @storybook/addon-links from 6.5.16 to 8.5.3

build(deps-dev): bump @storybook/addon-links from 6.5.16 to 8.5.3 #4276

Workflow file for this run

name: 'Tests'
on: 'push'
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
- name: Install modules
run: npm install
- name: Build
run: npm run build
- name: Run tests
run: npm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: '**/**/coverage/coverage-final.json'
flags: unittest,components