Skip to content

Bump i18next from 21.4.2 to 23.16.5 #247

Bump i18next from 21.4.2 to 23.16.5

Bump i18next from 21.4.2 to 23.16.5 #247

Workflow file for this run

name: PR validations
on: pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: 12
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}