Skip to content

fix: 馃摝 bump dependency conventional-commits-parser to v6 #10120

fix: 馃摝 bump dependency conventional-commits-parser to v6

fix: 馃摝 bump dependency conventional-commits-parser to v6 #10120

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20, 21]
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
with:
node_version: ${{ matrix.node_version }}
git_bot_token: ${{ secrets.GIT_BOT_TOKEN }}
- name: Test
uses: ./.github/actions/test
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}