From db783b28639771b594fec6f41ddbea97e6d693cd Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Sun, 27 Jul 2025 12:36:47 +0900 Subject: [PATCH] ci: add Node.js `v24` for CI --- .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 1b34a58..0fd4c24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x, 24.x] steps: - uses: actions/checkout@v4