mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
feat(node): Add support for Node.js v24.0.1
Co-Authored-By: Kazuki Yamada <koukun0120@gmail.com>
This commit is contained in:
2
.github/actions/repomix/action.yml
vendored
2
.github/actions/repomix/action.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
nodejs 23.6.0
|
||||
nodejs 24.0.1
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"vitest": "^3.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"node": ">=18.0.0 <=24.0.1",
|
||||
"yarn": ">=1.22.22"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user