From 08003dcaa4b7a262d0767b2513c41b43f9b4a12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E4=BA=95=20=E9=99=B8=E7=99=BB?= Date: Mon, 27 Jul 2026 21:39:35 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Node=20=E3=82=92=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E3=81=AE=20LTS=EF=BC=8824.18.0=EF=BC=89=E3=81=AB=E4=B8=8A?= =?UTF-8?q?=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 20.15.1 のままだと利用側(a-blog cms は Node 24 系)と開発環境がずれる。Node 24 で ビルドが通ることを確認済み。 --- .node-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.node-version b/.node-version index b8e593f..ca5c350 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.15.1 +24.18.0