chore(deps): bump chalk from 4.1.2 to 5.3.0 #619
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |