From d8084a86a64756a856e8cdcc46921d98264577c1 Mon Sep 17 00:00:00 2001 From: Maciej Ptak <0ptaq0@gmail.com> Date: Mon, 6 Jul 2026 08:59:10 +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 2f169986..c385d49d 100644 --- 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'