Skip to content

build(deps-dev): bump nodemon from 3.1.3 to 3.1.4 #14

build(deps-dev): bump nodemon from 3.1.3 to 3.1.4

build(deps-dev): bump nodemon from 3.1.3 to 3.1.4 #14

Workflow file for this run

name: CI Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm install
- name: Tests
run: npm test