From 73a08a178c07c4deac1246d70d48029f126931d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:15:28 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/babt-verification.yml | 2 +- .github/workflows/ens-action.yml | 2 +- .github/workflows/genify-action.yml | 2 +- .github/workflows/lens-action.yml | 2 +- .github/workflows/nodejs-ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/token-claims.yml | 2 +- .github/workflows/twinkle-action.yml | 2 +- .github/workflows/verify-nft-ownership.yml | 2 +- .github/workflows/verify-nft.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/babt-verification.yml b/.github/workflows/babt-verification.yml index 92fa113..46ee9a9 100644 --- a/.github/workflows/babt-verification.yml +++ b/.github/workflows/babt-verification.yml @@ -16,7 +16,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - name: Install Dependencies run: npm install ethers dotenv fs axios diff --git a/.github/workflows/ens-action.yml b/.github/workflows/ens-action.yml index 2d393a1..b59e4a0 100644 --- a/.github/workflows/ens-action.yml +++ b/.github/workflows/ens-action.yml @@ -16,7 +16,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' - name: Install Dependencies run: npm install ethers dotenv fs axios diff --git a/.github/workflows/genify-action.yml b/.github/workflows/genify-action.yml index c3323ea..e98fde6 100644 --- a/.github/workflows/genify-action.yml +++ b/.github/workflows/genify-action.yml @@ -16,7 +16,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' - name: Install Dependencies run: npm install ethers dotenv fs axios diff --git a/.github/workflows/lens-action.yml b/.github/workflows/lens-action.yml index 9db8348..8bcc4c9 100644 --- a/.github/workflows/lens-action.yml +++ b/.github/workflows/lens-action.yml @@ -16,7 +16,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' - name: Install Dependencies run: npm install ethers dotenv fs axios diff --git a/.github/workflows/nodejs-ci.yml b/.github/workflows/nodejs-ci.yml index 7133a88..46b9896 100644 --- a/.github/workflows/nodejs-ci.yml +++ b/.github/workflows/nodejs-ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' - name: Install Dependencies run: npm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9883a4e..b81f334 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' - name: Install Dependencies run: npm install diff --git a/.github/workflows/token-claims.yml b/.github/workflows/token-claims.yml index 7a5a742..9b05fc2 100644 --- a/.github/workflows/token-claims.yml +++ b/.github/workflows/token-claims.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' - name: Install Dependencies run: npm install diff --git a/.github/workflows/twinkle-action.yml b/.github/workflows/twinkle-action.yml index b50f306..2b201fc 100644 --- a/.github/workflows/twinkle-action.yml +++ b/.github/workflows/twinkle-action.yml @@ -16,7 +16,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' - name: Install Dependencies run: npm install ethers dotenv fs axios diff --git a/.github/workflows/verify-nft-ownership.yml b/.github/workflows/verify-nft-ownership.yml index e712999..2f3a2ec 100644 --- a/.github/workflows/verify-nft-ownership.yml +++ b/.github/workflows/verify-nft-ownership.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - name: Install Dependencies run: npm install ethers dotenv diff --git a/.github/workflows/verify-nft.yml b/.github/workflows/verify-nft.yml index bd847f4..df7c16a 100644 --- a/.github/workflows/verify-nft.yml +++ b/.github/workflows/verify-nft.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - name: Install Dependencies run: npm install web3 dotenv