Skip to content

fix(deps): update babel monorepo to ~7.24.0 (#417) #445

fix(deps): update babel monorepo to ~7.24.0 (#417)

fix(deps): update babel monorepo to ~7.24.0 (#417) #445

Workflow file for this run

name: release
on:
push:
branches: [main]
jobs:
code:
uses: justland/.github/.github/workflows/pnpm-verify.yml@main
with:
pnpm-version: 8.6.0
release:
uses: justland/.github/.github/workflows/pnpm-release-changeset.yml@main
needs: code
secrets: inherit
with:
pnpm-version: 8.6.0
# docgen:
# uses: justland/.github/.github/workflows/pnpm-docs.yml@main
# needs: release