Skip to content

feat: Add serialization support with pack/unpack and getById functions #8

feat: Add serialization support with pack/unpack and getById functions

feat: Add serialization support with pack/unpack and getById functions #8

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: actions/setup-node@v4
with:
node-version: 'latest'
- run: npm ci
- run: npm run test