Skip to content

chore: add workflow that tests if tarball is installable #266

chore: add workflow that tests if tarball is installable

chore: add workflow that tests if tarball is installable #266

Workflow file for this run

name: Unit test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm i
- run: npm test
- run: npm run test:types