Skip to content

BC-9085 - Bump @ckeditor/ckeditor5-paste-from-office from 20.0.0 to 44.2.1 #5266

BC-9085 - Bump @ckeditor/ckeditor5-paste-from-office from 20.0.0 to 44.2.1

BC-9085 - Bump @ckeditor/ckeditor5-paste-from-office from 20.0.0 to 44.2.1 #5266

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '22'
- name: setup environment and execute mocha tests
run: npm ci && npm run build && npm run mocha