Skip to content

Bump @ckeditor/ckeditor5-engine from 38.1.1 to 41.2.1 #383

Bump @ckeditor/ckeditor5-engine from 38.1.1 to 41.2.1

Bump @ckeditor/ckeditor5-engine from 38.1.1 to 41.2.1 #383

Workflow file for this run

name: Test
on:
pull_request:
jobs:
code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Build
run: CI=false yarn run prepublishOnly
- name: Run Prettier
run: yarn run format:check