Skip to content

build(deps-dev): bump nodemon from 2.0.22 to 3.1.6 #425

build(deps-dev): bump nodemon from 2.0.22 to 3.1.6

build(deps-dev): bump nodemon from 2.0.22 to 3.1.6 #425

Workflow file for this run

name: Lint
on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install
run: npm install
- name: Lint
run: npm run lint