Skip to content

fix(deps): update tiptap to >=2.7.3 #3751

fix(deps): update tiptap to >=2.7.3

fix(deps): update tiptap to >=2.7.3 #3751

Workflow file for this run

name: ⚙️ Tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- run: npx nx test editor --nxBail
- uses: codecov/codecov-action@v4.5.0
with:
directory: ./coverage/editor
flags: editor
name: editor
concurrency:
group: test-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true