Skip to content

Update dependency nodemon to v3 #787

Update dependency nodemon to v3

Update dependency nodemon to v3 #787

Workflow file for this run

name: Jest
on:
push:
branches-ignore:
- main
jobs:
jest:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Build
run: yarn build
- name: Test
run: yarn test