From 9950cdb1807669104eae5ef0b3e636c520c2939b Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 22 Jun 2026 23:58:27 +0800 Subject: [PATCH] Add Node.js 24 to GitHub Actions CI Add 24.x to the GitHub Actions Node.js matrix. --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index eca53dfe..256c8339 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x, 22.x] + node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: