From cb2800495feb0a60f7263c44691c9dc352508fd9 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Thu, 24 Sep 2026 15:59:41 +0900 Subject: [PATCH] ci: require the Node 22/24 and npm-consumer checks on main --- .github/branch-ruleset.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/branch-ruleset.json b/.github/branch-ruleset.json index ce69019..fee6067 100644 --- a/.github/branch-ruleset.json +++ b/.github/branch-ruleset.json @@ -28,7 +28,10 @@ "strict_required_status_checks_policy": true, "required_status_checks": [ { "context": "test (ubuntu-latest · node 22)" }, - { "context": "test (macos-latest · node 22)" } + { "context": "test (ubuntu-latest · node 24)" }, + { "context": "test (macos-latest · node 22)" }, + { "context": "test (macos-latest · node 24)" }, + { "context": "npm consumer (ubuntu-latest · node 22)" } ] } }