Skip to content

Merge pull request #69 from RealWagmi/update-z-indexes #349

Merge pull request #69 from RealWagmi/update-z-indexes

Merge pull request #69 from RealWagmi/update-z-indexes #349

Workflow file for this run

name: Test Package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn
- run: yarn test