Skip to content

πŸŽ€ Support sing in with Gnosis (#24) #117

πŸŽ€ Support sing in with Gnosis (#24)

πŸŽ€ Support sing in with Gnosis (#24) #117

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
strategy:
matrix:
node: ['14.x', '16.x']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm i -g pnpm@7.1.9
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
- run: pnpm run -r lint
- run: pnpm run -r build
- run: pnpm run -r test