Skip to content

build(deps): bump chalk from 4.1.2 to 5.3.0 #198

build(deps): bump chalk from 4.1.2 to 5.3.0

build(deps): bump chalk from 4.1.2 to 5.3.0 #198

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
name: codecov-umbrella