Skip to content

build(deps-dev): Bump dumi from 2.4.14 to 2.4.17 #1132

build(deps-dev): Bump dumi from 2.4.14 to 2.4.17

build(deps-dev): Bump dumi from 2.4.14 to 2.4.17 #1132

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/[email protected]
with:
check-latest: true
- name: npm install, test and build
run: |
npm ci
npm run build
- name: Codecov
uses: codecov/[email protected]
env:
CI: true