Skip to content

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 #554

build(deps-dev): bump typescript from 5.6.2 to 5.6.3

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 #554

Workflow file for this run

name: Node.js CI
on:
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: prosegrinder/.github/.github/workflows/npm-lint.yaml@main
test:
needs: lint
uses: prosegrinder/.github/.github/workflows/npm-test.yaml@main
cz-dry-run:
needs: test
name: "Dry run Commitizen bump"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create bump and changelog
uses: commitizen-tools/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
check_consistency: true
dry_run: true