Skip to content

fix: update exports entry with type mappings for ESM consumers (#91) #23

fix: update exports entry with type mappings for ESM consumers (#91)

fix: update exports entry with type mappings for ESM consumers (#91) #23

Workflow file for this run

on: [push, pull_request]
name: CI
permissions:
contents: read
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint