Skip to content

Commit 2096793

Browse files
kimkim0814ohakutsu
authored andcommitted
Drop support for Node.js <18.18.0
1 parent a7fbf5b commit 2096793

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: "20.12.2"
34+
node-version: "20.16.0"
3535
- run: yarn install
3636
- run: yarn run lint
3737

@@ -41,9 +41,9 @@ jobs:
4141
strategy:
4242
matrix:
4343
node:
44-
- "18.12.0"
45-
- "18.19.0"
46-
- "20.11.0"
44+
- "18.18.0"
45+
- "18.20.4"
46+
- "20.16.0"
4747
needs:
4848
- check_test_execution_conditions
4949
steps:
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v4
6464
- uses: actions/setup-node@v4
6565
with:
66-
node-version: "20.12.2"
66+
node-version: "20.16.0"
6767
- run: yarn install
6868
- run: yarn run build
6969
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Qiita の Markdown 記法については[Markdown 記法 チートシート](htt
2121

2222
### 1. 事前準備
2323

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

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

package.json

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

0 commit comments

Comments
 (0)