Skip to content

Node.js-compatible ESM support #54

Node.js-compatible ESM support

Node.js-compatible ESM support #54

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: echo "done"