Skip to content

tests updates

tests updates #72

Workflow file for this run

name: 'npm test'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
- run: npm ci
- run: npm test