From a52f75fb611767d1a0d0e3a3e79ff18ee89858aa Mon Sep 17 00:00:00 2001 From: Dylan Zeigler Date: Tue, 30 Jun 2026 18:38:35 -0700 Subject: [PATCH] fix: pin CTC step to Node 22 until change-case-management supports Node 24 The GitHub Actions runner upgraded to Node 24 (lts/*), which causes @salesforce/change-case-management to fail with an unsettled top-level await warning and empty output. Pin to lts/-1 (Node 22) for the publish workflow until the CTC tooling is updated. --- .github/workflows/onRelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index d9102e0e..7b104d5b 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -29,5 +29,6 @@ jobs: sign: true tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} + nodeVersion: 'lts/-1' secrets: inherit