Skip to content

fix: Change source of truth for types to umd/index.d.ts to resolve is… #47

fix: Change source of truth for types to umd/index.d.ts to resolve is…

fix: Change source of truth for types to umd/index.d.ts to resolve is… #47

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node_version: ["current", "lts_latest"]
steps:
- uses: actions/[email protected]
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: ${{ matrix.node_version }}
- name: Install dependencies
run: npm ci --no-audit
- name: Build
run: npm run build
- name: Run tests
run: npm test