Skip to content

build(deps): bump i18next from 23.12.2 to 23.16.4 #2834

build(deps): bump i18next from 23.12.2 to 23.16.4

build(deps): bump i18next from 23.12.2 to 23.16.4 #2834

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- name: Install modules
run: yarn
- name: Run tests
run: yarn test --coverage --collectCoverageFrom='!src/pages/**/*.tsx'
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}