Skip to content

Bump nodemon from 3.0.1 to 3.0.2 #23

Bump nodemon from 3.0.1 to 3.0.2

Bump nodemon from 3.0.1 to 3.0.2 #23

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: build
run: |
npm install
npm run compile
npm run test