Skip to content

Patch package.json to fix TS type exports. #65

Patch package.json to fix TS type exports.

Patch package.json to fix TS type exports. #65

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 7.18.2
- run: pnpm i
- run: pnpm pretty
- run: pnpm test