Skip to content

chore(deps-dev): bump eslint-plugin-n from 16.1.0 to 16.2.0 #2825

chore(deps-dev): bump eslint-plugin-n from 16.1.0 to 16.2.0

chore(deps-dev): bump eslint-plugin-n from 16.1.0 to 16.2.0 #2825

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
check-latest: true
- name: npm install, test and build
run: |
npm ci
npm run build
- name: Codecov
uses: codecov/codecov-action@v1.5.0
env:
CI: true