We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c1e833 + 6efb5ce commit 83116c8Copy full SHA for 83116c8
.github/workflows/test.yml
@@ -41,8 +41,7 @@ jobs:
41
strategy:
42
matrix:
43
node:
44
- - "18.18.0"
45
- - "18.20.4"
+ - "20.0.0"
46
- "20.16.0"
47
- "22.14.0"
48
needs:
README.md
@@ -39,7 +39,7 @@ Qiita CLIを使って記事が書けたら、ぜひQiitaに投稿してみてく
39
40
### 1. 事前準備
-Qiita CLI を使うには `Node.js 18.18.0` 以上が必要です。
+Qiita CLI を使うには `Node.js 20.0.0` 以上が必要です。
Node.js をはじめて使う場合はインストールする必要があります。
### 2. Qiita CLI をインストールする
package.json
@@ -85,7 +85,7 @@
85
},
86
"packageManager": "yarn@1.22.19",
87
"engines": {
88
- "node": ">=18.18.0"
+ "node": ">=20.0.0"
89
90
"lint-staged": {
91
"*.{js,ts,tsx}": [
0 commit comments