Skip to content

Bumping package versions #51

Bumping package versions

Bumping package versions #51

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
- name: Build
run: yarn
- name: Test
run: yarn test --ci