Skip to content

fix(deps): update nextjs monorepo to v14.2.11 #3318

fix(deps): update nextjs monorepo to v14.2.11

fix(deps): update nextjs monorepo to v14.2.11 #3318

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
with:
name: codecov-umbrella
fail_ci_if_error: false