Skip to content

Bump node-notifier and jest #5

Bump node-notifier and jest

Bump node-notifier and jest #5

Workflow file for this run

name: "build"
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm ci
npm run all