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 e94d150 commit 01c7b09Copy full SHA for 01c7b09
.github/workflows/test.yml
@@ -41,8 +41,9 @@ jobs:
41
strategy:
42
matrix:
43
node:
44
- - "18.0.0"
45
- - "18.16.0"
+ - "18.12.0"
+ - "18.19.0"
46
+ - "20.11.0"
47
needs:
48
- check_test_execution_conditions
49
steps:
README.md
@@ -21,7 +21,7 @@ Qiita の Markdown 記法については[Markdown 記法 チートシート](htt
21
22
### 1. 事前準備
23
24
-Qiita CLI を使うには `Node.js 18.0.0` 以上が必要です。
+Qiita CLI を使うには `Node.js 18.12.0` 以上が必要です。
25
Node.js をはじめて使う場合はインストールする必要があります。
26
27
### 2. Qiita CLI をインストールする
package.json
@@ -85,7 +85,7 @@
85
},
86
"packageManager": "[email protected]",
87
"engines": {
88
- "node": ">=18.0.0"
+ "node": ">=18.12.0"
89
90
"lint-staged": {
91
"*.{js,ts,tsx}": [
0 commit comments