Skip to content

chore(deps): bump i18next from 19.9.2 to 23.11.4 #1577

chore(deps): bump i18next from 19.9.2 to 23.11.4

chore(deps): bump i18next from 19.9.2 to 23.11.4 #1577

Workflow file for this run

name: Chromatic
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn
- name: Build Storybook
run: yarn build:storybook
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
storybookBuildDir: "storybook-static"