diff --git a/.github/workflows/build-installers.yaml b/.github/workflows/build-installers.yaml index 3bbf31a..0c3377c 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') diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..6c6f2f2 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +min-release-age=1 diff --git a/.nvmrc b/.nvmrc index 8ce7030..8e35034 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.16.0 +24.14.1 diff --git a/package.json b/package.json index 4e9ddcf..8b7a6e9 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",