Skip to content

chore: root and library package.json version update #59

chore: root and library package.json version update

chore: root and library package.json version update #59

Workflow file for this run

name: Test suite
on:
pull_request:
branches:
- master
- main
- next
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run test