Skip to content

chore(deps): bump next from 14.1.3 to 14.2.4 #24

chore(deps): bump next from 14.1.3 to 14.2.4

chore(deps): bump next from 14.1.3 to 14.2.4 #24

Workflow file for this run

name: Units Tests
on:
pull_request:
paths:
- apps/**
- packages/**
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: pnpm/action-setup@v3
with:
version: 8
# Throw an error if the yarn.lock file doesn't match the installed dependencies (rather than updating it in-place, which it does by default locally)
- name: Install
run: pnpm install --no-frozen-lockfile
- name: Test
run: pnpm test:run --passWithNoTests