Skip to content

Catch exceptions in notify method and report as error #52

Catch exceptions in notify method and report as error

Catch exceptions in notify method and report as error #52

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
name: Test and build library
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
- run: npm ci
- run: npm run build
- run: npm test