forketyfork_obsidian-food-t.../.github/workflows
Forketyfork 3cf3715435
fix(build): use yarn install --immutable and pin CodeMirror peer deps
Issue: CI workflows used plain yarn install instead of --immutable,
and @codemirror/state and @codemirror/view were specified with caret
ranges that resolved to versions not matching what obsidian requests
as peer dependencies.

Solution: Use yarn install --immutable in build and publish workflows
to ensure CI fails on lockfile mismatches. Pin @codemirror/state to
6.5.0 and @codemirror/view to 6.38.6 to satisfy the exact versions
requested by the obsidian package.
2026-02-09 09:56:31 +01:00
..
build.yml fix(build): use yarn install --immutable and pin CodeMirror peer deps 2026-02-09 09:56:31 +01:00
junie.yml feat(junie): added .junie workflow 2025-09-12 09:12:29 +00:00
publish.yml fix(build): use yarn install --immutable and pin CodeMirror peer deps 2026-02-09 09:56:31 +01:00