Skip to content

1/n align deserialize() to library design #280

1/n align deserialize() to library design

1/n align deserialize() to library design #280

Workflow file for this run

name: Node.js Test
on:
pull_request:
branches: [main]
paths:
- "typescript/**/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: "0"
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: |
cd typescript && yarn install
# - name: Lint
# run: |
# cd typescript && yarn lint
- name: Test
run: |
cd typescript && yarn test
- name: Compile
run: |
cd typescript && yarn compile