Skip to content

chore(deps): update pnpm to v9 #125

chore(deps): update pnpm to v9

chore(deps): update pnpm to v9 #125

Workflow file for this run

name: Test Action
on:
pull_request:
push:
branches:
- main
jobs:
typical-pnpm-workflow:
name: Test with pnpm
uses: ./.github/workflows/pnpm-typical.yml
typical-pnpm-workflow-use-engine:
name: Test pnpm with use-engine
uses: ./.github/workflows/pnpm-typical.yml
with:
use-engines: true
typical-bun-workflow:
name: Test with bun
uses: ./.github/workflows/bun-typical.yml