Skip to content

⬆️(deps): Bump next-i18next in the nextjs group #647

⬆️(deps): Bump next-i18next in the nextjs group

⬆️(deps): Bump next-i18next in the nextjs group #647

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- run: yarn install
- run: yarn lint
- run: yarn tsc
- run: yarn test:coverage
- run: yarn build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
files: ./coverage/lcov.info
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}