Skip to content

Bump nodemon from 3.0.1 to 3.0.2 #1575

Bump nodemon from 3.0.1 to 3.0.2

Bump nodemon from 3.0.1 to 3.0.2 #1575

Workflow file for this run

name: Run build and test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1