Skip to content

Build(deps): bump next from 14.0.4 to 14.2.3 in the npm_and_yarn group across 1 directory #238

Build(deps): bump next from 14.0.4 to 14.2.3 in the npm_and_yarn group across 1 directory

Build(deps): bump next from 14.0.4 to 14.2.3 in the npm_and_yarn group across 1 directory #238

Workflow file for this run

name: Run All Tests
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Install dependencies
run: npm i
- name: Run Jest Tests
run: npm run test