Skip to content

chore(deps): bump next from 13.5.6 to 14.2.10 #2058

chore(deps): bump next from 13.5.6 to 14.2.10

chore(deps): bump next from 13.5.6 to 14.2.10 #2058

Workflow file for this run

name: pr-name-linter
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn add @commitlint/[email protected]
- uses: JulienKode/[email protected]