Skip to content

Bump ethers from 6.13.2 to 6.13.3 (#34) #89

Bump ethers from 6.13.2 to 6.13.3 (#34)

Bump ethers from 6.13.2 to 6.13.3 (#34) #89

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm test
- run: npm run lint