Skip to content

Type in node suggestion should be optional and also all dataTypes and functions #17

Type in node suggestion should be optional and also all dataTypes and functions

Type in node suggestion should be optional and also all dataTypes and functions #17

Workflow file for this run

name: Run Tests
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm run test