Skip to content

Updated documentation and bumped package version to v2.2.1 #11

Updated documentation and bumped package version to v2.2.1

Updated documentation and bumped package version to v2.2.1 #11

Workflow file for this run

name: pull-request
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test -- --colors