Skip to content

Bump i18next from 23.11.3 to 23.11.5 #128

Bump i18next from 23.11.3 to 23.11.5

Bump i18next from 23.11.3 to 23.11.5 #128

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Set up Node.js
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
cache-dependency-path: 'package-lock.json'
name: Install dependencies
- run: npm install