Skip to content

Add an example in comments and bump version to v2.4.4 #44

Add an example in comments and bump version to v2.4.4

Add an example in comments and bump version to v2.4.4 #44

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install nodejs
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Run tests
run: |
npm i
npm test