Skip to content

HubClientInfo module Interfaces #75

HubClientInfo module Interfaces

HubClientInfo module Interfaces #75

Workflow file for this run

name: Test Package
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run test