Skip to content

Support commonjs

Support commonjs #127

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: '20'
- uses: pnpm/[email protected]
with:
version: 8
- name: Install dependency
run: pnpm install
- name: Lint
run: pnpm lint
- name: Prettier
run: pnpm check
- name: Build
run: pnpm build
- name: Test
run: pnpm test