Skip to content

chore(deps): bump ethers from 5.7.2 to 6.13.4 in the ethers group #4827

chore(deps): bump ethers from 5.7.2 to 6.13.4 in the ethers group

chore(deps): bump ethers from 5.7.2 to 6.13.4 in the ethers group #4827

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: ci
run: |
npm i [email protected] -g
pnpm install
pnpm run ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}