Skip to content

fix(deps): update walletconnect monorepo to v2.17.1 #514

fix(deps): update walletconnect monorepo to v2.17.1

fix(deps): update walletconnect monorepo to v2.17.1 #514

Workflow file for this run

name: Checks
on:
push:
branches-ignore:
- master
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- run: yarn --frozen-lockfile
- run: yarn prettier
- run: yarn eslint
- run: yarn typecheck
- run: yarn build