Skip to content

build(deps): bump next from 14.2.5 to 14.2.10 #8058

build(deps): bump next from 14.2.5 to 14.2.10

build(deps): bump next from 14.2.5 to 14.2.10 #8058

Workflow file for this run

# Runs conventional commit check on PR
name: Conventional pull request
on:
pull_request:
branches:
- main
- next
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# check for the most recent release: https://github.com/CondeNast/conventional-pull-request-action/releases
- uses: zentered/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: './commitlint.rules.js'