diff --git a/.github/workflows/api-kit-e2e-test.yml b/.github/workflows/api-kit-e2e-test.yml index d5eec53b7..7719a35e9 100644 --- a/.github/workflows/api-kit-e2e-test.yml +++ b/.github/workflows/api-kit-e2e-test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: node-version: [20.x] - provider: [ethers, web3, viem] + provider: [ethers] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}