Skip to content

Node.js compatible ESM wrapper for CJS with cjs marker for distinguishing CJS transpiled to ESM #17

Node.js compatible ESM wrapper for CJS with cjs marker for distinguishing CJS transpiled to ESM

Node.js compatible ESM wrapper for CJS with cjs marker for distinguishing CJS transpiled to ESM #17

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
branches: main
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: npm install
- run: npm run test