Skip to content

fix(deps): update dependency @web3modal/wagmi to v5 #25828

fix(deps): update dependency @web3modal/wagmi to v5

fix(deps): update dependency @web3modal/wagmi to v5 #25828

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install deps
run: yarn
- name: lint
run: yarn lint
- name: astro check
run: yarn typecheck
- name: test
run: yarn test