From d58ea95bd3099722728295ca458b545a367e7abf Mon Sep 17 00:00:00 2001 From: Maciej Ptak <0ptaq0@gmail.com> Date: Mon, 6 Jul 2026 08:59:28 +0200 Subject: [PATCH] ci: bump Node to 22 Align with the reusable workflow default. apex-code-coverage-transformer 2.23.1+ requires Node >=22, and the sf CLI (installed via npm global) runs on the workflow Node, so the coverage step needs Node 22. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1555660..72436d7 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: salesforce-ci: uses: beyond-the-cloud-dev/cicd-template/.github/workflows/salesforce-ci.yml@main with: - node-version: "20" + node-version: "22" sf-cli-version: "latest" scratch-org-duration: 1 test-level: "RunLocalTests"