ci(node22): drop duplicate config docs check from compat lane

This commit is contained in:
Vincent Koc
2026-03-19 09:55:43 -07:00
parent 401ffb59f5
commit 3dfd8eef7f

View File

@@ -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]