Skip to content

devdeps: bump eslint-config-next from 14.2.14 to 14.2.15 #3243

devdeps: bump eslint-config-next from 14.2.14 to 14.2.15

devdeps: bump eslint-config-next from 14.2.14 to 14.2.15 #3243

Workflow file for this run

name: jest
on:
pull_request:
push: { branches: ["main", "production"] }
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Install packages
run: yarn install
- name: Run jest
run: yarn jest --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2