Skip to content

deps: bump react-i18next from 15.0.2 to 15.1.3 #37

deps: bump react-i18next from 15.0.2 to 15.1.3

deps: bump react-i18next from 15.0.2 to 15.1.3 #37

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Build the project
run: npm run build
- name: Test the project
run: npm run test