Skip to content

Bump store2 from 2.14.2 to 2.14.4 #113

Bump store2 from 2.14.2 to 2.14.4

Bump store2 from 2.14.2 to 2.14.4 #113

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run type:check
- run: npm run test