Skip to content

Commit 7151ef7

Browse files
authored
Merge pull request #277 from yamadashy/fix/down-grade-cli-spinner
fix(deps): downgrade cli-spinners to 2.9.2
2 parents d342464 + 77686b1 commit 7151ef7

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
matrix:
9494
os: [ubuntu-latest, windows-latest, macos-latest]
95-
node-version: [18.20.0, 18.x, 20.x, 22.x, 23.x]
95+
node-version: [18.0.0, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
9696
runs-on: ${{ matrix.os }}
9797
steps:
9898
- uses: actions/checkout@v4
@@ -135,7 +135,7 @@ jobs:
135135
strategy:
136136
matrix:
137137
os: [ubuntu-latest, windows-latest, macos-latest]
138-
node-version: [18.20.0, 18.x, 20.x, 22.x, 23.x]
138+
node-version: [18.0.0, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
139139
runs-on: ${{ matrix.os }}
140140
steps:
141141
- uses: actions/checkout@v4

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@clack/prompts": "^0.9.0",
6464
"@secretlint/core": "^9.0.0",
6565
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
66-
"cli-spinners": "^3.2.0",
66+
"cli-spinners": "^2.9.2",
6767
"clipboardy": "^4.0.0",
6868
"commander": "^13.0.0",
6969
"globby": "^14.0.2",
@@ -91,7 +91,7 @@
9191
"vitest": "^2.1.8"
9292
},
9393
"engines": {
94-
"node": ">=18.20.0",
94+
"node": ">=18.0.0",
9595
"yarn": ">=1.22.22"
9696
}
9797
}

website/client/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default defineConfig({
6262
},
6363
socialLinks: [
6464
{ icon: 'discord', link: 'https://discord.gg/wNYzTwZFku' },
65-
{ icon: 'github', link: 'https://github.com/yamadashy/repomix' }
65+
{ icon: 'github', link: 'https://github.com/yamadashy/repomix' },
6666
],
6767
footer: {
6868
message: 'Released under the MIT License.',

website/client/guide/development/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
- Node.js ≥ 18.20.0
5+
- Node.js ≥ 18.0.0
66
- Git
77
- npm
88

website/client/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ docker run -v ./output:/app -it --rm ghcr.io/yamadashy/repomix --remote yamadash
4040

4141
## System Requirements
4242

43-
- Node.js: ≥ 18.20.0
43+
- Node.js: ≥ 18.0.0
4444
- Git: Required for remote repository processing
4545

4646
## Verification

0 commit comments

Comments
 (0)