Skip to content

Bump @tiptap/extension-typography from 2.10.4 to 2.11.2 #268

Bump @tiptap/extension-typography from 2.10.4 to 2.11.2

Bump @tiptap/extension-typography from 2.10.4 to 2.11.2 #268

Workflow file for this run

name: ESLint CI
on: [push, pull_request]
permissions: {}
jobs:
eslint:
name: ESLint test
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm install
- name: Check with ESLint
run: pnpm eslint