Skip to content

chore(deps): bump react-error-boundary from 6.1.2 to 6.1.3 in the production-dependencies group #1110

chore(deps): bump react-error-boundary from 6.1.2 to 6.1.3 in the production-dependencies group

chore(deps): bump react-error-boundary from 6.1.2 to 6.1.3 in the production-dependencies group #1110

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- main
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
with:
node-version-file: .node-version
cache: 'yarn'
- name: Install
run: |
yarn install
yarn playwright install
- name: Lint
run: yarn lint
- name: Check formatting
run: yarn format:check
- name: Test
run: yarn test
- name: Build
run: yarn build