Skip to content

Bump op-blocknote-extensions from 0.2.0 to 0.2.1 #165

Bump op-blocknote-extensions from 0.2.0 to 0.2.1

Bump op-blocknote-extensions from 0.2.0 to 0.2.1 #165

Workflow file for this run

name: "Hocuspocus / Tests"
on:
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'extensions/op-blocknote-hocuspocus/**'
permissions:
contents: read
defaults:
run:
working-directory: ./extensions/op-blocknote-hocuspocus
jobs:
units:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: '24.18.0'
package-manager-cache: false
cache: npm
cache-dependency-path: extensions/op-blocknote-hocuspocus/package-lock.json
- name: Install Dependencies
id: npm-ci
run: npm ci
- name: run tests
id: npm-test
run: CI=1 npm test