We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf14d60 commit ba54e7bCopy full SHA for ba54e7b
README.md
@@ -21,7 +21,7 @@ Qiita の Markdown 記法については[Markdown 記法 チートシート](htt
21
22
### 1. 事前準備
23
24
-Qiita CLI を使うには `Node.js 18.12.0` 以上が必要です。
+Qiita CLI を使うには `Node.js 18.18.0` 以上が必要です。
25
Node.js をはじめて使う場合はインストールする必要があります。
26
27
### 2. Qiita CLI をインストールする
package.json
@@ -85,7 +85,7 @@
85
},
86
"packageManager": "yarn@1.22.19",
87
"engines": {
88
- "node": ">=18.12.0"
+ "node": ">=18.18.0"
89
90
"lint-staged": {
91
"*.{js,ts,tsx}": [
0 commit comments