Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Update README.md

Update README.md #23

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: npm test