ci: fix openspec package name
The npm package `openspec` is an unrelated 0.0.0 placeholder; the real CLI ships as `@fission-ai/openspec`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b78c7b77e0
commit
5b6fecf416
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
- uses: actions/setup-node@v6
|
- uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
- run: npx -y openspec@1.2.0 validate --all --strict --no-interactive
|
- run: npx -y @fission-ai/openspec@1.2.0 validate --all --strict --no-interactive
|
||||||
|
|
||||||
typecheck:
|
typecheck:
|
||||||
name: Typecheck
|
name: Typecheck
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue