Skip to content

Bump i18next-http-backend from 2.6.2 to 3.0.1 #671

Bump i18next-http-backend from 2.6.2 to 3.0.1

Bump i18next-http-backend from 2.6.2 to 3.0.1 #671

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test -- --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5