Skip to content

Bump version to 2.0.19 #160

Bump version to 2.0.19

Bump version to 2.0.19 #160

Workflow file for this run

name: npm test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test