Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

fix(deps): update nextjs monorepo to v14.2.24 (#961) #3890

fix(deps): update nextjs monorepo to v14.2.24 (#961)

fix(deps): update nextjs monorepo to v14.2.24 (#961) #3890

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}