Skip to content

chore(deps): bump js-yaml from 3.13.1 to 3.14.2 in /example #252

chore(deps): bump js-yaml from 3.13.1 to 3.14.2 in /example

chore(deps): bump js-yaml from 3.13.1 to 3.14.2 in /example #252

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: |
yarn
yarn cov
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}