Skip to content

Bump version to 1.9.0 #117

Bump version to 1.9.0

Bump version to 1.9.0 #117

Workflow file for this run

name: Run tests & lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn
- run: yarn run lint
- run: yarn run test