Skip to content

Release for v2.5.4 #765

Release for v2.5.4

Release for v2.5.4 #765

Workflow file for this run

on:
pull_request:
env:
COREPACK_ENABLE_STRICT: 0
jobs:
test:
permissions:
issues: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./
with:
package-manager: pnpm
- uses: ./
with:
package-manager: pnpm
visualize-type: reaches
- uses: ./
with:
working-directory: test/sample
- uses: ./
with:
working-directory: test/esm-sample
- uses: ./
with:
working-directory: test/bun-workspace
package-manager: bun
- uses: ./
with:
working-directory: test/npm-workspace
package-manager: npm
- uses: ./
with:
working-directory: test/pnpm-workspace
package-manager: pnpm