From 874801760361c5ffe5d4ffb34ac352f87c9583e2 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Fri, 10 Jul 2026 12:34:42 +0530 Subject: [PATCH] fix: bump Node.js publish version to 22.23.1 to unblock npm@12 release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76fd9fca11..1bac4ccfcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: release: uses: ./.github/workflows/npm-release.yml with: - node-version: 22.22.1 + node-version: 22.23.1 require-build: true secrets: github-token: ${{ secrets.GITHUB_TOKEN }}