Skip to content

Merge pull request #79 from adzialocha/catch-exceptions-on-notify #55

Merge pull request #79 from adzialocha/catch-exceptions-on-notify

Merge pull request #79 from adzialocha/catch-exceptions-on-notify #55

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