Skip to content

fix: .js to .cjs for compatibility with { "type": "module" } #114

fix: .js to .cjs for compatibility with { "type": "module" }

fix: .js to .cjs for compatibility with { "type": "module" } #114

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test