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/[email protected]
- uses: actions/[email protected]
with:
node-version: 12
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}