Skip to content

Commit 6efb5ce

Browse files
committed
Drop support for Node.js v18
1 parent 47915b7 commit 6efb5ce

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
node:
44-
- "18.18.0"
45-
- "18.20.4"
44+
- "20.0.0"
4645
- "20.16.0"
4746
- "22.14.0"
4847
needs:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Qiita CLIを使って記事が書けたら、ぜひQiitaに投稿してみてく
3939

4040
### 1. 事前準備
4141

42-
Qiita CLI を使うには `Node.js 18.18.0` 以上が必要です。
42+
Qiita CLI を使うには `Node.js 20.0.0` 以上が必要です。
4343
Node.js をはじめて使う場合はインストールする必要があります。
4444

4545
### 2. Qiita CLI をインストールする

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"packageManager": "yarn@1.22.19",
8787
"engines": {
88-
"node": ">=18.18.0"
88+
"node": ">=20.0.0"
8989
},
9090
"lint-staged": {
9191
"*.{js,ts,tsx}": [

0 commit comments

Comments
 (0)