Skip to content

feat: support npm and pnpm #380

feat: support npm and pnpm

feat: support npm and pnpm #380

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
test: # make sure the action works on a clean machine without building
permissions:
issues: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
- uses: ./
with:
working-directory: test/sample
- uses: ./
with:
working-directory: test/esm-sample
- uses: ./
with:
working-directory: test/pnpm-workspace
package-manager: pnpm