Skip to content

chore(deps-dev): bump nodemon from 3.1.0 to 3.1.3 #41

chore(deps-dev): bump nodemon from 3.1.0 to 3.1.3

chore(deps-dev): bump nodemon from 3.1.0 to 3.1.3 #41

Workflow file for this run

name: 'Pull Request'
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 9.1.1
- uses: actions/setup-node@v3
with:
node-version: '20.13.1'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm test