Skip to content

Commit 83116c8

Browse files
authored
Merge pull request #248 from increments/drop-support-v18
Drop support for Node.js v18
2 parents 5c1e833 + 6efb5ce commit 83116c8

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)