Skip to content

Bump @tiptap/extension-placeholder from 2.0.3 to 2.1.8 #51

Bump @tiptap/extension-placeholder from 2.0.3 to 2.1.8

Bump @tiptap/extension-placeholder from 2.0.3 to 2.1.8 #51

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['main', 'develop']
pull_request:
branches: ['main', 'develop']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- run: pnpm install --frozen-lockfile
# TODO: - run: pnpm build
# TODO: - run: pnpm check
# TODO: Replace with `- run: pnpm lint`.
- run: pnpm prettier --plugin-search-dir . --check .