Skip to content

chore(deps): update dependency @types/node to v22 #712

chore(deps): update dependency @types/node to v22

chore(deps): update dependency @types/node to v22 #712

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- 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