Skip to content

chore(deps): bump i18next from 22.5.1 to 23.10.0 #1056

chore(deps): bump i18next from 22.5.1 to 23.10.0

chore(deps): bump i18next from 22.5.1 to 23.10.0 #1056

Workflow file for this run

name: build
on:
workflow_dispatch:
inputs:
cypress:
description: 'Run cypress'
required: false
type: boolean
default: false
push:
jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@new_deployment
secrets: inherit
with:
cypress_enable: true
cypress_run_because_flag: ${{ inputs.cypress == true }}