Skip to content

Bump pkg from 4.5.1 to 5.8.1 #667

Bump pkg from 4.5.1 to 5.8.1

Bump pkg from 4.5.1 to 5.8.1 #667

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.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: yarn
- run: yarn build:dist
- run: yarn lint
- run: yarn coverage
- uses: codecov/codecov-action@v1
with:
file: ./coverage/coverage-final.json # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)