Skip to content

fix(deps): update tiptap to >=2.8.0 (#1478) #3770

fix(deps): update tiptap to >=2.8.0 (#1478)

fix(deps): update tiptap to >=2.8.0 (#1478) #3770

Workflow file for this run

name: ⚙️ Build demo
on:
pull_request:
push:
branches:
- main
jobs:
build-demo:
name: Build demo
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx prerender editor-demo
concurrency:
group: build-demo-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true