Skip to content

fix(deps): update dependency next-i18next to v15 #858

fix(deps): update dependency next-i18next to v15

fix(deps): update dependency next-i18next to v15 #858

name: Check Translations
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: "npm"
- run: npm ci
- run: npm run check-translations