Skip to content

Update: Replace obsolete Fusion prototype #10

Update: Replace obsolete Fusion prototype

Update: Replace obsolete Fusion prototype #10

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: 'Build Neos CMS CKEditor hyphens plugin'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Build the plugin
run: yarn build