Skip to content

Update ntcore-ts-client to @next #390

Update ntcore-ts-client to @next

Update ntcore-ts-client to @next #390

Workflow file for this run

name: Build and Test
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Tests w/ Coverage
run: yarn test:coverage