Skip to content

2.22.0

2.22.0 #166

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup node and yarn
uses: actions/setup-node@v3
with:
cache: yarn
- name: Yarn install
run: yarn install --frozen-lockfile
shell: bash
- run: yarn test