Skip to content

convert to ESM, convert to TS, compile with tsup, add types, fix #85 #17

convert to ESM, convert to TS, compile with tsup, add types, fix #85

convert to ESM, convert to TS, compile with tsup, add types, fix #85 #17

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 22
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: pnpm i
- run: pnpm build
- run: pnpm test