Skip to content

Commit

Permalink
Merge pull request #97 from increments/update-from-node18.0.0-to-18.12.0
Browse files Browse the repository at this point in the history
Update from node18.0.0 to 18.12.0
  • Loading branch information
acronhub committed Jan 22, 2024
2 parents e94d150 + 01c7b09 commit 5fe00aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
strategy:
matrix:
node:
- "18.0.0"
- "18.16.0"
- "18.12.0"
- "18.19.0"
- "20.11.0"
needs:
- check_test_execution_conditions
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Qiita の Markdown 記法については[Markdown 記法 チートシート](htt

### 1. 事前準備

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

### 2. Qiita CLI をインストールする
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"lint-staged": {
"*.{js,ts,tsx}": [
Expand Down

0 comments on commit 5fe00aa

Please sign in to comment.