File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,5 +48,16 @@ npm run dev
4848- 可用性や大量アクセスが求められる場合は、株式会社アイビス様が提供する[ 郵便番号データ(加工済み)] ( https://zipcloud.ibsnet.co.jp/ ) を利用した組み込みをご検討ください。
4949- 本OSSの利用により発生した不具合や損害について、一切の責任を負いかねます。あらかじめご了承ください。
5050
51+ ## Node.js のバージョンについて
52+
53+ 本リポジトリでは、Node.js 22 での動作を確認しています。
54+
55+ Node.js では定期的にセキュリティアップデートが提供されています。
56+ 安全にご利用いただくため、Node.js を利用する際は
57+ ** 利用中のメジャーバージョン(例: 22.x)の最新パッチバージョンを使用することを推奨します。**
58+
59+ 最新のセキュリティ情報については、以下をご参照ください。
60+ https://nodejs.org/ja/blog/vulnerability/
61+
5162## ライセンス
52- このプロジェクトは MIT License のもとで公開されています。
63+ このプロジェクトは MIT License のもとで公開されています。
Original file line number Diff line number Diff line change @@ -16,3 +16,12 @@ export BUCKET_NAME="microcms-field-extension-app-amazon-s3-$(whoami)"
1616export NEXT_PUBLIC_MICROCMS_ORIGIN=https://example.microcms.io
1717npm run dev
1818```
19+
20+ ## About the Node.js version
21+
22+ Node.js receives regular security updates.
23+ For security reasons, we recommend using
24+ ** the latest patch version of the major version you are using (e.g. 24.x)** .
25+
26+ For the latest security information, please refer to:
27+ https://nodejs.org/en/blog/vulnerability/
Original file line number Diff line number Diff line change @@ -16,3 +16,12 @@ export BUCKET_NAME="microcms-field-extension-app-amazon-gcs-$(whoami)"
1616export NEXT_PUBLIC_MICROCMS_ORIGIN=https://example.microcms.io
1717npm run dev
1818```
19+
20+ ## About the Node.js version
21+
22+ Node.js receives regular security updates.
23+ For security reasons, we recommend using
24+ ** the latest patch version of the major version you are using (e.g. 24.x)** .
25+
26+ For the latest security information, please refer to:
27+ https://nodejs.org/en/blog/vulnerability/
Original file line number Diff line number Diff line change @@ -48,6 +48,17 @@ npm run dev
4848
4949本OSSの利用により発生した不具合や損害について、一切の責任を負いかねます。あらかじめご了承ください。
5050
51+ ## Node.js のバージョンについて
52+
53+ 本リポジトリでは、Node.js 22 での動作を確認しています。
54+
55+ Node.js では定期的にセキュリティアップデートが提供されています。
56+ 安全にご利用いただくため、Node.js を利用する際は
57+ ** 利用中のメジャーバージョン(例: 22.x)の最新パッチバージョンを使用することを推奨します。**
58+
59+ 最新のセキュリティ情報については、以下をご参照ください。
60+ https://nodejs.org/ja/blog/vulnerability/
61+
5162## ライセンス
5263
5364このプロジェクトは MIT License のもとで公開されています。
Original file line number Diff line number Diff line change @@ -8,3 +8,12 @@ cd my-app
88export NEXT_PUBLIC_MICROCMS_ORIGIN=' https://example.microcms.io'
99npm run dev
1010```
11+
12+ ## About the Node.js version
13+
14+ Node.js receives regular security updates.
15+ For security reasons, we recommend using
16+ ** the latest patch version of the major version you are using (e.g. 24.x)** .
17+
18+ For the latest security information, please refer to:
19+ https://nodejs.org/en/blog/vulnerability/
Original file line number Diff line number Diff line change @@ -7,3 +7,12 @@ npm install
77export REACT_APP_MICROCMS_ORIGIN=' https://example.microcms.io'
88npm start
99```
10+
11+ ## About the Node.js version
12+
13+ Node.js receives regular security updates.
14+ For security reasons, we recommend using
15+ ** the latest patch version of the major version you are using (e.g. 24.x)** .
16+
17+ For the latest security information, please refer to:
18+ https://nodejs.org/en/blog/vulnerability/
You can’t perform that action at this time.
0 commit comments