Skip to content

[Voi-16] basic nominal object support #26

[Voi-16] basic nominal object support

[Voi-16] basic nominal object support #26

Workflow file for this run

name: Node.js CI
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "22.x"
- run: npm ci
- run: npm test