From 164b20c99e6a6eb096963f305cf7e773c8ee26a4 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sun, 29 Mar 2026 13:12:58 -0500 Subject: [PATCH] chore: update .github/workflows/repo_health.yml from MokoStandards --- .github/workflows/repo_health.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index d3daece..b5ba689 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -10,7 +10,7 @@ # INGROUP: MokoStandards.Validation # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /.github/workflows/repo_health.yml -# VERSION: 04.01.00 +# VERSION: 04.02.00 # BRIEF: Enforces repository guardrails by validating release configuration, scripts governance, tooling availability, and core repository health artifacts. # NOTE: Field is user-managed. # ============================================================================ @@ -83,6 +83,9 @@ env: SHELLCHECK_PATTERN: '*.sh' SPDX_FILE_GLOBS: '*.sh,*.php,*.js,*.ts,*.css,*.xml,*.yml,*.yaml' +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: access_check: name: Access control