mirror of https://github.com/openclaw/openclaw.git
ci(node22): drop duplicate config docs check from compat lane
This commit is contained in:
parent
401ffb59f5
commit
3dfd8eef7f
|
|
@ -496,7 +496,9 @@ jobs:
|
|||
run: pnpm test
|
||||
|
||||
- name: Verify npm pack under Node 22
|
||||
run: pnpm release:check
|
||||
run: |
|
||||
node scripts/stage-bundled-plugin-runtime-deps.mjs
|
||||
node --import tsx scripts/release-check.ts
|
||||
|
||||
skills-python:
|
||||
needs: [docs-scope, changed-scope]
|
||||
|
|
|
|||
Loading…
Reference in New Issue