From 4cdf693099dc9f439ba3b63d7facc3406e34aa45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=87=E1=85=A9=E1=84=87=E1=85=B5?= =?UTF-8?q?=E1=86=AB=5B=E1=84=89=E1=85=AD=E1=84=91=E1=85=B5=E1=86=BC?= =?UTF-8?q?=E1=84=85=E1=85=A1=E1=84=8B=E1=85=B5=E1=84=87=E1=85=B3=E1=84=8B?= =?UTF-8?q?=E1=85=B0=E1=86=B8=E1=84=80=E1=85=A2=E1=84=87=E1=85=A1=E1=86=AF?= =?UTF-8?q?=5D?= Date: Sun, 22 Feb 2026 14:24:06 +0900 Subject: [PATCH] chore: Upgrade Node.js version to 20.18.0 in .nvmrc, README, and package.json. --- .nvmrc | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.nvmrc b/.nvmrc index 5692975b..c1302226 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.19.1 \ No newline at end of file +20.18.0 \ No newline at end of file diff --git a/README.md b/README.md index a5d98724..b4a7a461 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ blog & homepage project based on monorepo(Turborepo) ## Prerequisites -- node version 16.13.2 +- node version 20.18.0 ## Installing / Getting started diff --git a/package.json b/package.json index 38630e71..2496be5b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "engines": { "npm": ">=7.0.0", - "node": ">=16.15.1" + "node": ">=20.0.0" }, "scripts": { "post:new": "plop post",