From eb8895f001e8e3fad7c2e71a2239a903ed3b18ab Mon Sep 17 00:00:00 2001 From: Yiming Cao Date: Wed, 9 Sep 2026 22:24:21 -0700 Subject: [PATCH] ci: pin publish-and-release job to Node 22.x (#2836) Co-authored-by: Claude Opus 5 (1M context) --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 8c2f6ffa1..54dabc65f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -29,7 +29,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 24.x + node-version: 22.x cache: 'pnpm' registry-url: 'https://registry.npmjs.org'