Skip to content

fix(deps): update dependency next to v14.2.10 [security] #3904

fix(deps): update dependency next to v14.2.10 [security]

fix(deps): update dependency next to v14.2.10 [security] #3904

Workflow file for this run

name: Codecov
on:
pull_request:
branches:
- main
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: ./.github/actions/setup-environment
- name: Build packages
run: pnpm build:packages
- name: Run tests
run: pnpm test:ci
- name: Codecov
uses: codecov/[email protected]