Skip to content

chore(deps): bump @tiptap/extension-horizontal-rule from 2.7.2 to 2.12.0 #209

chore(deps): bump @tiptap/extension-horizontal-rule from 2.7.2 to 2.12.0

chore(deps): bump @tiptap/extension-horizontal-rule from 2.7.2 to 2.12.0 #209

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
env:
TIPTAP_PRO_TOKEN: ${{ secrets.TIPTAP_PRO_TOKEN }}
strategy:
fail-fast: false
matrix:
node-version: ['20.14.x']
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Yarn install
run: yarn install
- name: Run Tests
run: yarn test:unit --runInBand