Skip to content

⬆️ Upgrade dependency @captive/conventional-changelog to v2.0.17 #3479

⬆️ Upgrade dependency @captive/conventional-changelog to v2.0.17

⬆️ Upgrade dependency @captive/conventional-changelog to v2.0.17 #3479

Workflow file for this run

name: Continuous Integration
on:
merge_group: {}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version-file: .tool-versions
cache: yarn
- run: yarn install --immutable
- run: yarn run build
- run: yarn validate