From 3dfd8eef7f949b640f5f1e21cf7767578458ea46 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 19 Mar 2026 09:55:43 -0700 Subject: [PATCH] ci(node22): drop duplicate config docs check from compat lane --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96ab35a297e..8f87c816488 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]