mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 21:35:41 +00:00
ci(node22): drop duplicate config docs check from compat lane
This commit is contained in:
parent
401ffb59f5
commit
3dfd8eef7f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue