Skip to content

chore(deps): update dependency conventional-changelog-cli to v5 #630

chore(deps): update dependency conventional-changelog-cli to v5

chore(deps): update dependency conventional-changelog-cli to v5 #630

Workflow file for this run

name: test
on:
push:
branches:
- '**'
paths-ignore:
- 'docs/**'
# We don't need to test tags
tags-ignore:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run test
- uses: codecov/codecov-action@v4