From f2681dc9f3f969d6a6ee959e068bf837971aa93b Mon Sep 17 00:00:00 2001 From: Jude Allred Date: Thu, 21 May 2026 13:41:37 -0400 Subject: [PATCH 1/2] Upgrade to Node 24 and add min-release-age Co-authored-by: Cursor --- .npmrc | 1 + .nvmrc | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..6c6f2f20 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +min-release-age=1 diff --git a/.nvmrc b/.nvmrc index 8ce70308..8e350348 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.16.0 +24.14.1 diff --git a/package.json b/package.json index 4e9ddcf9..8b7a6e99 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "author": "Chia Network Inc. ", "description": "Climate Tokenization Engine User Interface", "engines": { - "node": ">=20.0" + "node": ">=24.14.1" }, "scripts": { "start": "vite", From bdb408a2aae21ac039daa40590f64c2c0f99c54f Mon Sep 17 00:00:00 2001 From: Jude Allred Date: Thu, 21 May 2026 14:04:43 -0400 Subject: [PATCH 2/2] Update build-installers.yaml to Node 24 Co-authored-by: Cursor --- .github/workflows/build-installers.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-installers.yaml b/.github/workflows/build-installers.yaml index 3bbf31aa..0c3377c5 100644 --- a/.github/workflows/build-installers.yaml +++ b/.github/workflows/build-installers.yaml @@ -27,10 +27,10 @@ jobs: - name: Checkout Code uses: actions/checkout@v6 - - name: Setup Node 20 + - name: Setup Node 24 uses: actions/setup-node@v6 with: - node-version: '20.16' + node-version: '24' - name: Change the package.json version if an RC tag if: startsWith(github.ref, 'refs/tags/') && contains( github.ref, '-rc') @@ -99,10 +99,10 @@ jobs: - name: Checkout Code uses: actions/checkout@v6 - - name: Setup Node 20.16 + - name: Setup Node 24 uses: actions/setup-node@v6 with: - node-version: '20.16' + node-version: '24' - name: Change the package.json version if an RC tag if: startsWith(github.ref, 'refs/tags/') && contains( github.ref, '-rc') @@ -170,10 +170,10 @@ jobs: - name: Checkout Code uses: actions/checkout@v6 - - name: Setup Node 20.16 + - name: Setup Node 24 uses: actions/setup-node@v6 with: - node-version: '20.16' + node-version: '24' - name: Change the package.json version if an RC tag if: startsWith(github.ref, 'refs/tags/') && contains( github.ref, '-rc') @@ -214,10 +214,10 @@ jobs: - name: Checkout Code uses: actions/checkout@v6 - - name: Setup Node 20.16 + - name: Setup Node 24 uses: actions/setup-node@v6 with: - node-version: '20.16' + node-version: '24' - name: Change the package.json version if an RC tag if: startsWith(github.ref, 'refs/tags/') && contains( github.ref, '-rc')