Skip to content

chore(deps): bump i18next from 23.14.0 to 23.15.1 #215

chore(deps): bump i18next from 23.14.0 to 23.15.1

chore(deps): bump i18next from 23.14.0 to 23.15.1 #215

Workflow file for this run

name: Node.js CI
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: yarn install
- run: yarn ts-check
- run: yarn lint
- run: yarn test