Skip to content

chore(deps): bump next from 13.5.3 to 14.1.1 #7243

chore(deps): bump next from 13.5.3 to 14.1.1

chore(deps): bump next from 13.5.3 to 14.1.1 #7243

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
env:
NODE_VERSION: 18.2
jobs:
pr:
name: 🌀 Check PR Title
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '([a-z])+(\(.+\))?!?:.+'
allowed_prefixes: 'build,chore,ci,docs,feat,fix,perf,refactor,revert,style,test,doc'