sui integration #3034
Annotations
4 errors and 1 warning
src/clients/clients.spec.ts > EVM Clients > should support all mainnet chains:
packages/evm/src/clients/clients.spec.ts#L41
AssertionError: expected 19 to be 20 // Object.is equality
- Expected
+ Received
- 20
+ 19
❯ src/clients/clients.spec.ts:41:36
|
src/clients/clients.spec.ts > EVM Clients > should support all testnet chains:
packages/evm/src/clients/clients.spec.ts#L64
AssertionError: expected 20 to be 24 // Object.is equality
- Expected
+ Received
- 24
+ 20
❯ src/clients/clients.spec.ts:64:36
|
setup-and-test
@axelarjs/evm#test: command (/home/runner/work/axelarjs/axelarjs/packages/evm) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
setup-and-test
Process completed with exit code 1.
|
setup-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|