From 0e58ad9e9342d1c57db6aea21da1d1cd8ff307cb Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 14:33:48 +0000 Subject: [PATCH] feat(node): Add support for Node.js v24.0.1 Co-Authored-By: Kazuki Yamada --- .github/actions/repomix/action.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .tool-versions | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/repomix/action.yml b/.github/actions/repomix/action.yml index 7224fb7..a8461fd 100644 --- a/.github/actions/repomix/action.yml +++ b/.github/actions/repomix/action.yml @@ -45,7 +45,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: "npm" - name: Install Repomix shell: bash diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f818eac..8154596 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [18.0.0, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x] + node-version: [18.0.0, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -110,7 +110,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [18.0.0, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x] + node-version: [18.0.0, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.tool-versions b/.tool-versions index a39e0d6..c86e4f3 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 23.6.0 +nodejs 24.0.1 diff --git a/package.json b/package.json index 563746e..e4aaec7 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "vitest": "^3.1.1" }, "engines": { - "node": ">=18.0.0", + "node": ">=18.0.0 <=24.0.1", "yarn": ">=1.22.22" } }