Skip to content

Commit

Permalink
Update from node 18.12.0 to 18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkim0814 committed Aug 13, 2024
1 parent bf14d60 commit ba54e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.12.0` 以上が必要です。
Qiita CLI を使うには `Node.js 18.18.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.12.0"
"node": ">=18.18.0"
},
"lint-staged": {
"*.{js,ts,tsx}": [
Expand Down

0 comments on commit ba54e7b

Please sign in to comment.