Skip to content

chore: bump version #16

chore: bump version

chore: bump version #16

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
run: npm install
- name: Test
run: npm run test