Skip to content

chore: bump version to 0.14.0 #379

chore: bump version to 0.14.0

chore: bump version to 0.14.0 #379

Workflow file for this run

on: push
name: CI
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 12
- name: install
run: yarn
- name: build
run: yarn build
- name: test
run: yarn test
- name: lint
run: yarn lint
env:
CI: true