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