Skip to content

Bump nodemon from 2.0.7 to 3.0.1 #124

Bump nodemon from 2.0.7 to 3.0.1

Bump nodemon from 2.0.7 to 3.0.1 #124

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '13'
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn lint --fix
- run: yarn prettier
- run: yarn build
- name: correct vercel/ncc crlf output
run: sed -i 's/\x0D$//' ./dist/index.js
- run: .github/no-unstaged-files.sh