From dba87db5756c5ac7157ddc3d4fda897c0980ac92 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 5 Nov 2025 13:02:17 +0000 Subject: [PATCH] Fix Netlify build: upgrade Node version from 14 to 18 The Netlify deployment was failing because the @noble/hashes package requires Node >= 16, but the build environment was using Node 14.21.3. Changes: - Updated .nvmrc from Node 14 to Node 18 - Updated netlify.toml NODE_VERSION from "14" to "18" This ensures compatibility with all project dependencies and aligns with Node.js LTS best practices. --- .nvmrc | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 8351c19..3c03207 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14 +18 diff --git a/netlify.toml b/netlify.toml index 280f88e..8a961bf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,7 +9,7 @@ # Node version to use [build.environment] - NODE_VERSION = "14" + NODE_VERSION = "18" # Redirect rules for Single Page Application [[redirects]]