From 906444c223de0b908c3ea011a9c83edc2725e811 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:03:09 +0000 Subject: [PATCH] Update dependency node to v22 --- .github/workflows/babt-verification.yml | 2 +- .github/workflows/verify-nft-ownership.yml | 2 +- .github/workflows/verify-nft.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/babt-verification.yml b/.github/workflows/babt-verification.yml index 92fa113..80323de 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: 22 - 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..f46f9d2 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: 22 - name: Install Dependencies run: npm install ethers dotenv diff --git a/.github/workflows/verify-nft.yml b/.github/workflows/verify-nft.yml index bd847f4..31ae7e5 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: 22 - name: Install Dependencies run: npm install web3 dotenv