Skip to content

Commit e3bbac6

Browse files
authored
Merge pull request #36 from nakanohiroko/chore/add-node-version-note
chore: Node.jsのバージョンについてREADMEに追記
2 parents ca03185 + db87b20 commit e3bbac6

6 files changed

Lines changed: 59 additions & 1 deletion

File tree

examples/address-from-zipcode/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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 のもとで公開されています。

examples/amazon-s3/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ export BUCKET_NAME="microcms-field-extension-app-amazon-s3-$(whoami)"
1616
export NEXT_PUBLIC_MICROCMS_ORIGIN=https://example.microcms.io
1717
npm 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/

examples/google-cloud-storage/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ export BUCKET_NAME="microcms-field-extension-app-amazon-gcs-$(whoami)"
1616
export NEXT_PUBLIC_MICROCMS_ORIGIN=https://example.microcms.io
1717
npm 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/

examples/monaco-html-editor/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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 のもとで公開されています。

examples/nextjs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ cd my-app
88
export NEXT_PUBLIC_MICROCMS_ORIGIN='https://example.microcms.io'
99
npm 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/

examples/react/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ npm install
77
export REACT_APP_MICROCMS_ORIGIN='https://example.microcms.io'
88
npm 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/

0 commit comments

Comments
 (0)