Skip to content

Bump ethers from 6.13.3 to 6.13.4 (#39) #103

Bump ethers from 6.13.3 to 6.13.4 (#39)

Bump ethers from 6.13.3 to 6.13.4 (#39) #103

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