Skip to content

Bump next from 14.2.6 to 14.2.12 in the npm_and_yarn group across 1 directory #234

Bump next from 14.2.6 to 14.2.12 in the npm_and_yarn group across 1 directory

Bump next from 14.2.6 to 14.2.12 in the npm_and_yarn group across 1 directory #234

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows/reusing-workflows
name: PR/Push update
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linting:
uses: ./.github/workflows/linting.yml
codeql:
needs: linting
if: ${{ needs.linting.result == 'success' }}
uses: ./.github/workflows/codeql.yml
build:
needs: linting
if: ${{ needs.linting.result == 'success' }}
uses: ./.github/workflows/build.yml