From 19ba7159397ed71b424d20d336de4f9f6e59f035 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:48:41 +0000 Subject: [PATCH] Update Node.js --- .github/workflows/main.yml | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6495ef8b..1c0011e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 24 + node-version: 24.19.0 cache: 'pnpm' - name: Install Dependencies run: pnpm install @@ -51,7 +51,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 24 + node-version: 24.19.0 cache: 'pnpm' - name: Install Dependencies run: | @@ -64,13 +64,13 @@ jobs: - name: Use Node 16 for DAO contracts uses: actions/setup-node@v6 with: - node-version: 16 + node-version: 24.19.0 - name: Bootstrap DAO contracts run: cd dao-contracts && npm run bootstrap - name: Restore to newer version of Node uses: actions/setup-node@v6 with: - node-version: 24 + node-version: 24.19.0 - name: Cypress tests env: REACT_APP_NODE_ENV: development diff --git a/package.json b/package.json index 7b453ab4..8597dca7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": ".", "packageManager": "pnpm@10.26.2", "engines": { - "node": ">=20", + "node": ">=24.19.0", "pnpm": "^10.26.2" }, "scripts": {