Skip to content

chore(deps): bump elliptic from 6.5.4 to 6.6.0 in /examples/wagmi #1787

chore(deps): bump elliptic from 6.5.4 to 6.6.0 in /examples/wagmi

chore(deps): bump elliptic from 6.5.4 to 6.6.0 in /examples/wagmi #1787

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn test:sdk