Skip to content

feat: convert to esm for TypeDoc 0.27 compatibility #23

feat: convert to esm for TypeDoc 0.27 compatibility

feat: convert to esm for TypeDoc 0.27 compatibility #23

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['18']
name: Node ${{ matrix.node }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Install
run: npm install
- name: Build and Test
run: npm run prepublishOnly