You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: regenerate package-lock, pretest bundle, current actions
- package-lock.json was stale (eslint devDeps added without npm install),
so npm ci failed with a usage error
- Pin @codemirror/state 6.5.0 / @codemirror/view 6.38.6 to match obsidian's
peer dependencies
- pretest script generates tests/parser.bundle.mjs (gitignored) so npm test
works from a clean checkout; workflow now runs tests before releasing
- actions/checkout@v5 + actions/setup-node@v5 (Node 24 runtime), Node 22