Skip to content

chore(deps-dev): bump next from 14.0.4 to 14.1.1 (#555) #1799

chore(deps-dev): bump next from 14.0.4 to 14.1.1 (#555)

chore(deps-dev): bump next from 14.0.4 to 14.1.1 (#555) #1799

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v2
- uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: '18'
- run: yarn install --immutable
- run: yarn check-dependencies
- run: yarn nx affected --target=lint --parallel --max-parallel=3
- run: yarn nx affected --target=type-check --parallel --max-parallel=3
- run: yarn nx affected --target=build --parallel --max-parallel=3
- run: yarn nx affected --target=test --parallel --max-parallel=2